iMacros for Chrome

Automate your web browser. Record and replay repetitious work

iMacros for Chrome क्या है?

iMacros for Chrome iMacros (A Progress Software Product) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your web browser. Record and replay repetitious work"।

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

screenshot
screenshot

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

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

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

                        Version 10.1.1 is a branding update

⚑ iMacros is part of the Progress Software Corporation product portfolio (progress.com/products)

iMacros is designed to automate the most repetitious tasks on the web. If there’s an activity you have to do repeatedly, just record it in iMacros. The next time you need to do it, the entire macro will run at the click of a button! With iMacros, you can quickly and easily fill out web forms, remember passwords, create a web mail notifier, and more. You can keep the macros on your computer for your own use, use them within bookmark sync, or share them with others by embedding them on your homepage, blog, company intranet or any social bookmarking service. The uses are limited only by your imagination!

Popular uses are as web macro recorder, form filler on steroids and highly-secure password manager (256-bit encryption).

Web developers use iMacros for web regression testing, performance testing and web transaction monitoring. It can also be combined with Google Speed Tracer, Firebug and other web development and test tools. XPath and CSS selector support is included.

iMacros can be combined with Greasemonkey style content scripts and the macros can be started via the command line e. g. via the Windows task scheduler, batch files or a Linux cron job.

You can combine iMacros with popular ad-blocking extensions to further speed up your web automation tasks. 

Macros recorded with iMacros for Chrome are compatible with other versions of iMacros. All iMacros versions combined have millions of active users, making it the most popular web browser automation tool.

For more information please visit:

https://wiki.imacros.net/iMacros_for_Chrome

If you encounter any problems with iMacros for Chrome, please let us know in our Chrome user forum:

https://forum.imacros.net/viewforum.php?f=21

Our forum is also the best place for new feature suggestions.                    

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

नाम iMacros for Chrome iMacros for Chrome
ID cplklnmnlbnpmjogncfgfijoopmnlemp
आधिकारिक URL https://chromewebstore.google.com/detail/imacros-for-chrome/cplklnmnlbnpmjogncfgfijoopmnlemp
विवरण Automate your web browser. Record and replay repetitious work
फ़ाइल का आकार 529 KB
स्थापना संख्या 483,350
वर्तमान संस्करण 10.1.1
अंतिम अपडेट 2023-12-03
प्रकाशन तिथि 2019-02-05
रेटिंग 3.39/5 कुल 2276 रेटिंग्स
डेवलपर iMacros (A Progress Software Product)
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://imacros.net
सहायता पृष्ठ URL https://forum.imacros.net/viewforum.php?f=21
गोपनीयता नीति पृष्ठ URL https://wiki.imacros.net/User_Data_Policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content_scripts\/bookmarks_handler.js",
                "content_scripts\/si_listener.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "js": [
                "utils.js",
                "content_scripts\/connector.js",
                "content_scripts\/recorder.js",
                "content_scripts\/player.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Automate your web browser. Record and replay repetitious work",
    "name": "iMacros for Chrome",
    "version": "10.1.1",
    "minimum_chrome_version": "51",
    "homepage_url": "https:\/\/imacros.net",
    "browser_action": {
        "default_title": "iMacros for Chrome",
        "default_icon": {
            "19": "skin\/logo19.png",
            "38": "skin\/logo38.png"
        }
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "bookmarks",
        "proxy",
        "cookies",
        "pageCapture",
        "webNavigation",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "downloads",
        "contextMenus",
        "debugger",
        ""
    ],
    "icons": {
        "16": "skin\/logo16.png",
        "48": "skin\/logo48.png",
        "128": "skin\/logo128.png"
    },
    "web_accessible_resources": [
        "skin\/logo24.png"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+8",
                "mac": "Command+8"
            }
        }
    }
}