WinTask Browser Automation

WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!

WinTask Browser Automationคืออะไร?

WinTask Browser Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WinTask Dev Team และคุณลักษณะหลักของมันคือ "WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WinTask Browser Automation

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

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

                        WinTask component browser automation.
This extension is to be used in conjugation with WinTask software, it allows the WinTask software to communicate with the browser in order to execute multiple actions like writing and clicking html elements.
It's not intended to be used as standalone extension!                    

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

ชื่อ WinTask Browser Automation WinTask Browser Automation
ID khaocdcbgnfgfoiplkbdaappfcdldgeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wintask-browser-automatio/khaocdcbgnfgfoiplkbdaappfcdldgeb
คำอธิบาย WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 7.1.115
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2023-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา WinTask Dev Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wintask.net
URL หน้าช่วยเหลือ https://wintask.net/contact-support/
URL หน้านโยบายความเป็นส่วนตัว https://wintask.net/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WinTask Browser Automation",
    "version": "7.1.115",
    "description": "WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!",
    "icons": {
        "16": "wintask_16.png",
        "48": "wintask_48.png",
        "128": "wintask_128.png",
        "256": "wintask_256.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "webNavigation",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "BackgroundService.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "WTConst.js",
                "WTTrace.js",
                "WTDocList.js",
                "WTCustomId.js",
                "WTTools.js",
                "WTTagAttrs.js",
                "WTDescriptor.js",
                "WTRecorder.js"
            ],
            "all_frames": true
        }
    ]
}