WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
What is WriterHub Applier?
WriterHub Applier is a Chrome extension developed by Webs-Automation, and its main feature is "An extension to bid over the jobs from 24 WriterHub and easy to use.".
Extension Screenshots
Download WriterHub Applier Extension CRX File
Download WriterHub 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
This is an application for the essay writers that assist them to make biddings automatically over the writing orders and jobs from Writer Hub. It can bid faster and instantly to save time and manual efforts which is required to complete a bid application.
Extension Basic Information
Name | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
Official URL | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
Description | An extension to bid over the jobs from 24 WriterHub and easy to use. |
File Size | 70.97 KB |
Installation Count | 129 |
Current Version | 0.11 |
Last Updated | 2024-01-07 |
Publish Date | 2022-09-20 |
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": "WriterHub Applier", "version": "0.11", "description": "An extension to bid over the jobs from 24 WriterHub and easy to use.", "content_scripts": [ { "matches": [ "https:\/\/www.websautomation.com\/Writerhub\/*", "https:\/\/www.writershub.org\/*" ], "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" ] } |