Click Scheduler Pro

Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…

Click Scheduler Pro là gì?

Click Scheduler Pro là một tiện ích mở rộng Chrome được phát triển bởi https://www.cordine.site, và tính năng chính của nó là "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…".

Ả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 Click Scheduler Pro

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

                        Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling uploads isn't possible. With this extension, you just right click what you want to click, and follow the prompts to set the exact time you would like to preform the click.                    

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

Tên Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
URL Chính Thức https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Mô tả Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
Kích Thước Tệp 11.4 KB
Số Lần Cài Đặt 1,321
Phiên Bản Hiện Tại 1.0.1.0
Cập Nhật Lần Cuối 2019-05-03
Ngày Phát Hành 2019-04-29
Đánh Giá 2.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.cordine.site
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Scheduler Pro",
    "version": "1.0.1.0",
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}