WriterHub Applier

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

WriterHub Applier là gì?

WriterHub 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 WriterHub 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 WriterHub Applier

Tải xuống các tệp mở rộng WriterHub 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

                        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.                    

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

Tên WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
URL Chính Thức https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Mô tả An extension to bid over the jobs from 24 WriterHub and easy to use.
Kích Thước Tệp 70.97 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2022-09-20
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": "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"
    ]
}