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
电子邮箱 [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"
}