SiteMacro

Record macros to automatically perform actions or submit forms on user defined websites.

SiteMacro क्या है?

SiteMacro Andreas Schierl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record macros to automatically perform actions or submit forms on user defined websites."।

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

screenshot

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

crx प्रारूप में SiteMacro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        SiteMacro is intended for automating simple actions performed on websites, e.g. to automatically click "Not now" after logging into a website, or to automatically accept the terms of use of a free WiFi frequently used.

In these cases, visit the page you want to automate, click the SiteMacro toolbar button, and perform the task to execute on the site (e.g. fill forms, click links or buttons). If your task does not include leaving the site, you then have to click "OK" in the red notification bar, otherwise leaving the site will confirm the macro. Once you visit the page again, SiteMacro will re-execute the recorded steps.                    

एक्सटेंशन की मूल जानकारी

नाम SiteMacro SiteMacro
ID khjiocdiadpoocbhehfembolfaeejeie
आधिकारिक URL https://chromewebstore.google.com/detail/sitemacro/khjiocdiadpoocbhehfembolfaeejeie
विवरण Record macros to automatically perform actions or submit forms on user defined websites.
फ़ाइल का आकार 35.42 KB
स्थापना संख्या 1,755
वर्तमान संस्करण 0.7
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2019-08-23
रेटिंग 2.44/5 कुल 9 रेटिंग्स
डेवलपर Andreas Schierl
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sitedelta.schierla.de/privacy.en.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.7",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "__MSG_extensionName__",
        "theme_icons": [
            {
                "light": "icons\/icon-w.svg",
                "dark": "icons\/icon.svg",
                "size": 16
            },
            {
                "light": "icons\/icon-w.svg",
                "dark": "icons\/icon.svg",
                "size": 32
            }
        ]
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "options.htm"
    }
}