WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
什麼是WriterHub Applier?
WriterHub Applier是由Webs-Automation開發的Chrome擴展程式,該擴展的主要功能是“An extension to bid over the jobs from 24 WriterHub and easy to use.”。
擴展截圖
下載WriterHub Applier擴展crx文件
下載WriterHub Applier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
官方網址 | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
簡介 | An extension to bid over the jobs from 24 WriterHub and easy to use. |
檔案大小 | 70.97 KB |
安裝次數 | 129 |
目前版本 | 0.11 |
更新時間 | 2024-01-07 |
上架時間 | 2022-09-20 |
開發者 | Webs-Automation |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.eapplier.com/ |
說明頁面URL | https://eapplier.on.spiceworks.com/portal/ |
隱私政策頁面URL | https://www.eapplier.com/policy |
支援的語言 | 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" ] } |