SiteMacro

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

O que é SiteMacro?

SiteMacro é uma extensão do Chrome desenvolvida por Andreas Schierl, e sua principal característica é "Record macros to automatically perform actions or submit forms on user defined websites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SiteMacro

Baixe arquivos de extensão SiteMacro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SiteMacro SiteMacro
ID khjiocdiadpoocbhehfembolfaeejeie
URL Oficial https://chromewebstore.google.com/detail/sitemacro/khjiocdiadpoocbhehfembolfaeejeie
Descrição Record macros to automatically perform actions or submit forms on user defined websites.
Tamanho do Arquivo 35.42 KB
Contagem de Instalações 1,755
Versão Atual 0.7
Última Atualização 2023-12-07
Data de Publicação 2019-08-23
Classificação 2.44/5 Total de 9 Avaliações
Desenvolvedor Andreas Schierl
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sitedelta.schierla.de/privacy.en.php
Idiomas Suportados 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"
    }
}