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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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