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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Writerbay Applier Writerbay Applier
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
电子邮箱 [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"
    ]
}