Autosave Make & Integromat by MakeMarket.io

Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…

O que é Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io é uma extensão do Chrome desenvolvida por MakeMarket.io, e sua principal característica é "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Autosave Make & Integromat by MakeMarket.io

Baixe arquivos de extensão Autosave Make & Integromat by MakeMarket.io 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

                        Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save the scenarios for you.                    

Informações Básicas da Extensão

Nome Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
URL Oficial https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
Descrição Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Tamanho do Arquivo 64.51 KB
Contagem de Instalações 104
Versão Atual 1.0
Última Atualização 2022-09-05
Data de Publicação 2022-09-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor MakeMarket.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.makemarket.io
URL da Página de Ajuda https://www.makeitfuture.com/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autosave Make & Integromat by MakeMarket.io",
    "version": "1.0",
    "description": "",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.auth.makemarket.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.integromat.com\/*",
                "*:\/\/*.make.com\/*",
                "*:\/\/*.celonis.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "action": {
        "default_title": "Autosave Make & Integromat by MakeMarket.io",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/content.html"
    }
}