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はWinTask Dev Teamによって開発されたChromeの拡張機能で、その主な機能は「WinTask component browser automation. This extension is used by WinTask software. It's not intended to be used as standalone!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WinTask Browser Automation拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}