Broker of Macro Expert

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

Vad är Broker of Macro Expert?

Broker of Macro Expert är en Chrome-tillägg utvecklad av https://macro-expert.com, och dess huvudfunktion är "A module of Macro Expert for the Robotic Process Automation Task in Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Broker of Macro Expert-förlängningens CRX-fil

Ladda ner Broker of Macro Expert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
Officiell webbadress https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
Beskrivning A module of Macro Expert for the Robotic Process Automation Task in Chrome.
Filstorlek 36.79 KB
Antal Installationer 3,203
Aktuell Version 4.8.0.3
Senast Uppdaterad 2022-09-21
Publiceringsdatum 2020-05-08
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://macro-expert.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.macro-expert.com
Hjälpsida URL http://www.macro-expert.com/support.htm
URL till Sekretesspolicy Sidan http://www.macro-expert.com/privacy.htm
Stödda Språk 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"
}