Writerbay Applier

An extension to bid over the jobs from 24 Writerbay and easy to use.

Writerbay Applier là gì?

Writerbay Applier là một tiện ích mở rộng Chrome được phát triển bởi Webs-Automation, và tính năng chính của nó là "An extension to bid over the jobs from 24 Writerbay and easy to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Writerbay Applier

Tải xuống các tệp mở rộng Writerbay Applier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Writerbay Applier Writerbay Applier
ID ifopchjcnhnhgfcpfhpdkbogndlhimhm
URL Chính Thức https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm
Mô tả An extension to bid over the jobs from 24 Writerbay and easy to use.
Kích Thước Tệp 68.89 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2022-08-22
Ngày Phát Hành 2022-08-18
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Webs-Automation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eapplier.com
URL Trang Trợ Giúp https://eapplier.on.spiceworks.com/portal/
URL Trang Chính Sách Bảo Mật https://www.eapplier.com/policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}