Broker of Macro Expert

A module of Macro Expert for the Robotic Process Automation Task in Chrome.

Broker of Macro Expertとは何ですか?

Broker of Macro Expertはhttps://macro-expert.comによって開発されたChromeの拡張機能で、その主な機能は「A module of Macro Expert for the Robotic Process Automation Task in Chrome.」です。

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

screenshot

Broker of Macro Expert拡張機能のCRXファイルをダウンロード

Broker of Macro Expert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension is associated with Macro Expert, and the extension should be installed whenever the user installs Macro Expert and want to automate Web Surfing in Chrome.                    

拡張機能の基本情報

名前 Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
公式URL https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
説明 A module of Macro Expert for the Robotic Process Automation Task in Chrome.
ファイルサイズ 36.79 KB
インストール数 3,203
現在のバージョン 4.8.0.3
最終更新日 2022-09-21
公開日 2020-05-08
評価 3.00/5 合計 2 レビュー
開発者 https://macro-expert.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.macro-expert.com
ヘルプページのURL http://www.macro-expert.com/support.htm
プライバシーポリシーページのURL http://www.macro-expert.com/privacy.htm
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "4.8.0.3",
    "description": "__MSG_ext_desc__",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "nativeMessaging",
        "pageCapture",
        "activeTab",
        "webNavigation",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*",
                ""
            ],
            "js": [
                "common.js",
                "content.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png",
        "128": "icon_128x128.png"
    },
    "default_locale": "en"
}