SiteMacro

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

什么是SiteMacro?

SiteMacro是由Andreas Schierl开发的Chrome扩展程序,该扩展的主要功能是“Record macros to automatically perform actions or submit forms on user defined websites.”。

扩展截图

screenshot

下载SiteMacro扩展crx文件

下载SiteMacro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}