SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

O que é SmartINSTALLER?

SmartINSTALLER é uma extensão do Chrome desenvolvida por https://www.smartthing.org, e sua principal característica é "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SmartINSTALLER

Baixe arquivos de extensão SmartINSTALLER 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

                        This tool is compatible with Blackbaud's Internet Solutions and NetCommunity Products and allows easy install of our SmartTHING custom parts. All the user requiers is a valid product name and license for the part, entering these in the tool automates the installation of the product.                    

Informações Básicas da Extensão

Nome SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
URL Oficial https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Descrição Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Tamanho do Arquivo 84.07 KB
Contagem de Instalações 71
Versão Atual 2.96
Última Atualização 2023-04-27
Data de Publicação 2019-09-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.smartthing.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.smartthing.org
URL da Página de Ajuda http://support.smartthing.org
URL da Página de Política de Privacidade https://www.smartthing.org/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartINSTALLER",
    "description": "Install and update SmartTHING NetCommunity Custom Parts easily and quickly",
    "version": "2.96",
    "icons": {
        "16": "resources\/icon.png",
        "48": "resources\/icon.png",
        "128": "resources\/icon.png"
    },
    "content_security_policy": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/cms\/custompartadmingallery*",
                "*:\/\/*\/cms\/contentpartadmineditor*",
                "*:\/\/*\/*\/cms\/custompartadmingallery*",
                "*:\/\/*\/*\/cms\/contentpartadmineditor*",
                "https:\/\/*\/*\/cms\/custompartadmingallery"
            ],
            "js": [
                "js\/core.js"
            ],
            "css": [
                "css\/jquery.fancybox.css",
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "resources\/fancybox_overlay.png",
                "resources\/fancybox_sprite.png",
                "resources\/fancybox_loading.gif",
                "resources\/icon.png",
                "js\/websrc.js",
                "js\/in_page.js"
            ]
        }
    ]
}