Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Writerbay Applierとは何ですか?
Writerbay ApplierはWebs-Automationによって開発されたChromeの拡張機能で、その主な機能は「An extension to bid over the jobs from 24 Writerbay and easy to use.」です。
拡張機能のスクリーンショット
Writerbay Applier拡張機能のCRXファイルをダウンロード
Writerbay Applier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
| 公式URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
| 説明 | An extension to bid over the jobs from 24 Writerbay and easy to use. |
| ファイルサイズ | 68.89 KB |
| インストール数 | 48 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2022-08-22 |
| 公開日 | 2022-08-18 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | 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": "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"
]
} | |