WinTask x64

WinTask component browser automation

WinTask x64とは何ですか?

WinTask x64はhttps://www.wintask.comによって開発されたChromeの拡張機能で、その主な機能は「WinTask component browser automation」です。

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

screenshot
screenshot

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

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
        }
    ]
}