WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
Co to jest WriterHub Applier?
WriterHub Applier to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „An extension to bid over the jobs from 24 WriterHub and easy to use.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WriterHub Applier
Pobierz pliki rozszerzeń WriterHub 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
Oficjalny URL | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
Opis | An extension to bid over the jobs from 24 WriterHub and easy to use. |
Rozmiar pliku | 70.97 KB |
Liczba instalacji | 129 |
Aktualna Wersja | 0.11 |
Ostatnia Aktualizacja | 2024-01-07 |
Data Publikacji | 2022-09-20 |
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": "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" ] } |