Write your own Addons
Last updated
Last updated
You can write your own Addon to achieve what Proxyman hasn't provided yet. You can do:
Write your own Javascript Addon.
Use .
Write your library and share it with your colleauges.
Open User Addon folder at ~/Library/Application\ Support/com.proxyman.NSProxy/users
or you can open by opening the More Button -> Documentations -> Open Custom Addons Folder...
2. Duplicate HelloWorld.js
file and rename it to MyAwesomeAddon.js
3. Open the file and you can see the template.
4. Change the metadata and write your JS Code
You can import built-in addons by using require(@"addons/<name.js>")
You can import a built-in library by using require(@"lib/<name.js>")
5. Save the file
6. Open your Script in Proxyman app and import the script
Check out the that Proxyman provides
Check out the that Proxyman provides