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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://wintask.net/contact-support/
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}