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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A module of Macro Expert for the Robotic Process Automation Task in Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Broker of Macro Expert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}