Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Hvad er Writerbay Applier?
Writerbay Applier er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "An extension to bid over the jobs from 24 Writerbay and easy to use.".
Udvidelsesskærmbilleder
Download Writerbay Applier-udvidelses-CRX-fil
Download Writerbay Applier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Officiel URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Beskrivelse | An extension to bid over the jobs from 24 Writerbay and easy to use. |
Filstørrelse | 68.89 KB |
Antal Installationer | 48 |
Nuværende Version | 0.4 |
Senest Opdateret | 2022-08-22 |
Udgivelsesdato | 2022-08-18 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Webs-Automation |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.eapplier.com |
Hjælpeside-URL | https://eapplier.on.spiceworks.com/portal/ |
URL til Fortrolighedspolitik Side | https://www.eapplier.com/policy |
Understøttede Sprog | 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" ] } |