Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Apa itu Writerbay Applier?
Writerbay Applier adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "An extension to bid over the jobs from 24 Writerbay and easy to use.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Writerbay Applier
Unduh file ekstensi Writerbay 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
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.
Informasi Dasar Ekstensi
Nama | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
URL Resmi | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
Deskripsi | An extension to bid over the jobs from 24 Writerbay and easy to use. |
Ukuran File | 68.89 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2022-08-22 |
Tanggal Publikasi | 2022-08-18 |
Penilaian | 3.67/5 Total 3 Penilaian |
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": "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" ] } |