SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Cos'è SmartINSTALLER?

SmartINSTALLER è un'estensione di Chrome sviluppata da https://www.smartthing.org, e la sua funzione principale è "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SmartINSTALLER

Scarica i file di estensione SmartINSTALLER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
URL Ufficiale https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Descrizione Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Dimensione del File 84.07 KB
Conteggio Installazioni 71
Versione Corrente 2.96
Ultimo Aggiornamento 2023-04-27
Data di Pubblicazione 2019-09-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.smartthing.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.smartthing.org
URL della Pagina di Aiuto http://support.smartthing.org
URL della Pagina della Politica sulla Privacy https://www.smartthing.org/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}