SiteMacro
Record macros to automatically perform actions or submit forms on user defined websites.
What is SiteMacro?
SiteMacro is a Chrome extension developed by Andreas Schierl, and its main feature is "Record macros to automatically perform actions or submit forms on user defined websites.".
Extension Screenshots
Download SiteMacro Extension CRX File
Download SiteMacro 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
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.
Extension Basic Information
Name | SiteMacro |
ID | khjiocdiadpoocbhehfembolfaeejeie |
Official URL | https://chromewebstore.google.com/detail/sitemacro/khjiocdiadpoocbhehfembolfaeejeie |
Description | Record macros to automatically perform actions or submit forms on user defined websites. |
File Size | 35.42 KB |
Installation Count | 1,755 |
Current Version | 0.7 |
Last Updated | 2023-12-07 |
Publish Date | 2019-08-23 |
Rating | 2.44/5 Total 9 Ratings |
Developer | Andreas Schierl |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sitedelta.schierla.de/privacy.en.php |
Supported Languages | 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": [ " |