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 |
公式URL | 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 |
Eメール | [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" ] } |