Broker of Macro Expert

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

Apa itu Broker of Macro Expert?

Broker of Macro Expert adalah ekstensi Chrome yang dikembangkan oleh https://macro-expert.com, dan fitur utamanya adalah "A module of Macro Expert for the Robotic Process Automation Task in Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Broker of Macro Expert

Unduh file ekstensi Broker of Macro Expert dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
URL Resmi https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
Deskripsi A module of Macro Expert for the Robotic Process Automation Task in Chrome.
Ukuran File 36.79 KB
Jumlah Instalasi 3,203
Versi Saat Ini 4.8.0.3
Terakhir Diperbarui 2022-09-21
Tanggal Publikasi 2020-05-08
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://macro-expert.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.macro-expert.com
URL Halaman Bantuan http://www.macro-expert.com/support.htm
URL Halaman Kebijakan Privasi http://www.macro-expert.com/privacy.htm
Bahasa yang Didukung 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"
}