SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

¿Qué es SmartINSTALLER?

SmartINSTALLER es una extensión de Chrome desarrollada por https://www.smartthing.org, y su función principal es "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SmartINSTALLER

Descarga archivos de extensión SmartINSTALLER en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
URL Oficial https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Descripción Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Tamaño del Archivo 84.07 KB
Cantidad de Instalaciones 71
Versión Actual 2.96
Última Actualización 2023-04-27
Fecha de Publicación 2019-09-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.smartthing.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.smartthing.org
URL de la Página de Ayuda http://support.smartthing.org
URL de la Página de Política de Privacidad https://www.smartthing.org/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}