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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |