Macro Commander Web Plugin for Chrome

Automate web pages and applications using Macro Commander.

What is Macro Commander Web Plugin for Chrome?

Macro Commander Web Plugin for Chrome is a Chrome extension developed by support, and its main feature is "Automate web pages and applications using Macro Commander.".

Extension Screenshots

screenshot

Download Macro Commander Web Plugin for Chrome Extension CRX File

Download Macro Commander Web Plugin for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows to automate web pages and web applications open in Chrome web browser using Macro Commander.                    

Extension Basic Information

Name Macro Commander Web Plugin for Chrome Macro Commander Web Plugin for Chrome
ID jfipjmklfkcdjmjaegdmhjahbdiemmha
Official URL https://chromewebstore.google.com/detail/macro-commander-web-plugi/jfipjmklfkcdjmjaegdmhjahbdiemmha
Description Automate web pages and applications using Macro Commander.
File Size 18.61 KB
Installation Count 4,032
Current Version 1.0.1
Last Updated 2023-03-23
Publish Date 2023-03-18
Rating 2.33/5 Total 3 Ratings
Developer support
Email [email protected]
Payment Type free
Extension Website https://www.softutils.com
Help Page URL https://www.softutils.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Macro Commander Web Plugin for Chrome",
    "description": "Automate web pages and applications using Macro Commander.",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "content_scr1.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "64": "mc_icon64x64.png",
        "128": "mc_icon128x128.png"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ],
        "content_scurity_policy": "sandbox allow-scripts; script-src 'self'"
    }
}