WinTask x64

WinTask component browser automation

WinTask x64คืออะไร?

WinTask x64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wintask.com และคุณลักษณะหลักของมันคือ "WinTask component browser automation"

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

screenshot
screenshot

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

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

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

                        Automate your browser navigation using WinTask Chrome extension. Fill web forms automatically and extract data from web pages using WinTask Chrome extension.                    

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

ชื่อ WinTask x64 WinTask x64
ID dcgokppmeijgohpfplahjchiiaelhild
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wintask-x64/dcgokppmeijgohpfplahjchiiaelhild
คำอธิบาย WinTask component browser automation
ขนาดไฟล์ 76.49 KB
จำนวนการติดตั้ง 2,162
เวอร์ชันปัจจุบัน 6.0.2101
อัปเดตครั้งล่าสุด 2019-10-03
วันที่เผยแพร่ 2019-10-03
คะแนน 3.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.wintask.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.wintask.com/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WinTask x64",
    "version": "6.0.2101",
    "description": "WinTask component browser automation",
    "icons": {
        "16": "wintask_16.png",
        "48": "wintask_48.png",
        "128": "wintask_128.png"
    },
    "background": {
        "scripts": [
            "WTConst.js",
            "WTTrace.js",
            "WTTools.js",
            "Background.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "webNavigation",
        "webRequest",
        ""
    ],
    "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
        }
    ]
}