SiteMacro

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

SiteMacro là gì?

SiteMacro là một tiện ích mở rộng Chrome được phát triển bởi Andreas Schierl, và tính năng chính của nó là "Record macros to automatically perform actions or submit forms on user defined websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SiteMacro

Tải xuống các tệp mở rộng SiteMacro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SiteMacro SiteMacro
ID khjiocdiadpoocbhehfembolfaeejeie
URL Chính Thức https://chromewebstore.google.com/detail/sitemacro/khjiocdiadpoocbhehfembolfaeejeie
Mô tả Record macros to automatically perform actions or submit forms on user defined websites.
Kích Thước Tệp 35.42 KB
Số Lần Cài Đặt 1,755
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2019-08-23
Đánh Giá 2.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Andreas Schierl
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sitedelta.schierla.de/privacy.en.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}