Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Vad är Writerbay Applier?
Writerbay Applier är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "An extension to bid over the jobs from 24 Writerbay and easy to use.".
Tilläggsskärmbilder
Ladda ner Writerbay Applier-förlängningens CRX-fil
Ladda ner Writerbay Applier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Officiell webbadress | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Beskrivning | An extension to bid over the jobs from 24 Writerbay and easy to use. |
Filstorlek | 68.89 KB |
Antal Installationer | 48 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2022-08-22 |
Publiceringsdatum | 2022-08-18 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Webs-Automation |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.eapplier.com |
Hjälpsida URL | https://eapplier.on.spiceworks.com/portal/ |
URL till Sekretesspolicy Sidan | https://www.eapplier.com/policy |
Stödda Språk | 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" ] } |