Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
What is Writerbay Applier?
Writerbay Applier is a Chrome extension developed by Webs-Automation, and its main feature is "An extension to bid over the jobs from 24 Writerbay and easy to use.".
Extension Screenshots
Download Writerbay Applier Extension CRX File
Download Writerbay Applier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An exclusive tool to perform and operate writerbay orders automatically. This will help to place bids over the jobs according to your parameters. It can work for 24/7.
Extension Basic Information
Name | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Official URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Description | An extension to bid over the jobs from 24 Writerbay and easy to use. |
File Size | 68.89 KB |
Installation Count | 48 |
Current Version | 0.4 |
Last Updated | 2022-08-22 |
Publish Date | 2022-08-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Webs-Automation |
[email protected] | |
Payment Type | free |
Extension Website | https://www.eapplier.com |
Help Page URL | https://eapplier.on.spiceworks.com/portal/ |
Privacy Policy Page URL | https://www.eapplier.com/policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writerbay Applier", "version": "0.4", "description": "An extension to bid over the jobs from 24 Writerbay and easy to use.", "content_scripts": [ { "matches": [ "https:\/\/www.websautomation.com\/writerbay\/*", "https:\/\/admin.writerbay.com\/*" ], "js": [ "jquery.min.js", "content.js", "login.js" ] } ], "action": { "default_popup": "background.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |