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คืออะไร?

Click Scheduler Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cordine.site และคุณลักษณะหลักของมันคือ "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click Scheduler Pro

ดาวน์โหลดไฟล์ส่วนขยาย Click Scheduler Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
คำอธิบาย Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
ขนาดไฟล์ 11.4 KB
จำนวนการติดตั้ง 1,321
เวอร์ชันปัจจุบัน 1.0.1.0
อัปเดตครั้งล่าสุด 2019-05-03
วันที่เผยแพร่ 2019-04-29
คะแนน 2.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.cordine.site
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}