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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}