Broker of Macro Expert

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

Qu'est-ce que Broker of Macro Expert ?

Broker of Macro Expert est une extension Chrome développée par https://macro-expert.com, et sa fonction principale est "A module of Macro Expert for the Robotic Process Automation Task in Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Broker of Macro Expert

Téléchargez les fichiers d'extension Broker of Macro Expert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
URL Officiel https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
Description A module of Macro Expert for the Robotic Process Automation Task in Chrome.
Taille du Fichier 36.79 KB
Nombre d'Installations 3,203
Version Actuelle 4.8.0.3
Dernière Mise à Jour 2022-09-21
Date de Publication 2020-05-08
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://macro-expert.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.macro-expert.com
URL de la Page d'Aide http://www.macro-expert.com/support.htm
URL de la Page de Politique de Confidentialité http://www.macro-expert.com/privacy.htm
Langues Prises en Charge 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"
}