Broker of Macro Expert

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

Broker of Macro Expert là gì?

Broker of Macro Expert là một tiện ích mở rộng Chrome được phát triển bởi https://macro-expert.com, và tính năng chính của nó là "A module of Macro Expert for the Robotic Process Automation Task in Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Broker of Macro Expert

Tải xuống các tệp mở rộng Broker of Macro Expert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
URL Chính Thức https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
Mô tả A module of Macro Expert for the Robotic Process Automation Task in Chrome.
Kích Thước Tệp 36.79 KB
Số Lần Cài Đặt 3,203
Phiên Bản Hiện Tại 4.8.0.3
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2020-05-08
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://macro-expert.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.macro-expert.com
URL Trang Trợ Giúp http://www.macro-expert.com/support.htm
URL Trang Chính Sách Bảo Mật http://www.macro-expert.com/privacy.htm
Ngôn Ngữ Được Hỗ Trợ 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"
}