Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Wat is Writerbay Applier?
Writerbay Applier is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "An extension to bid over the jobs from 24 Writerbay and easy to use.".
Extensie Screenshots
Download het CRX-bestand van de extensie Writerbay Applier
Download Writerbay Applier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Officiële URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Beschrijving | An extension to bid over the jobs from 24 Writerbay and easy to use. |
Bestandsgrootte | 68.89 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2022-08-22 |
Publicatiedatum | 2022-08-18 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Webs-Automation |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.eapplier.com |
Help Pagina-URL | https://eapplier.on.spiceworks.com/portal/ |
URL van de Privacybeleid Pagina | https://www.eapplier.com/policy |
Ondersteunde Talen | 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" ] } |