Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Co to jest Writerbay Applier?
Writerbay Applier to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „An extension to bid over the jobs from 24 Writerbay and easy to use.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Writerbay Applier
Pobierz pliki rozszerzeń Writerbay Applier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Oficjalny URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Opis | An extension to bid over the jobs from 24 Writerbay and easy to use. |
Rozmiar pliku | 68.89 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2022-08-22 |
Data Publikacji | 2022-08-18 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Webs-Automation |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.eapplier.com |
Adres URL Strony Pomocy | https://eapplier.on.spiceworks.com/portal/ |
Adres URL Strony Polityki Prywatności | https://www.eapplier.com/policy |
Obsługiwane Języki | 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" ] } |