WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
Apa itu WriterHub Applier?
WriterHub Applier adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "An extension to bid over the jobs from 24 WriterHub and easy to use.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WriterHub Applier
Unduh file ekstensi WriterHub Applier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
URL Resmi | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
Deskripsi | An extension to bid over the jobs from 24 WriterHub and easy to use. |
Ukuran File | 70.97 KB |
Jumlah Instalasi | 129 |
Versi Saat Ini | 0.11 |
Terakhir Diperbarui | 2024-01-07 |
Tanggal Publikasi | 2022-09-20 |
Pengembang | Webs-Automation |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.eapplier.com/ |
URL Halaman Bantuan | https://eapplier.on.spiceworks.com/portal/ |
URL Halaman Kebijakan Privasi | https://www.eapplier.com/policy |
Bahasa yang Didukung | 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" ] } |