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
官方網址 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
電子郵箱 [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"
}