SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Qu'est-ce que SmartINSTALLER ?

SmartINSTALLER est une extension Chrome développée par https://www.smartthing.org, et sa fonction principale est "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartINSTALLER

Téléchargez les fichiers d'extension SmartINSTALLER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
URL Officiel https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Description Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Taille du Fichier 84.07 KB
Nombre d'Installations 71
Version Actuelle 2.96
Dernière Mise à Jour 2023-04-27
Date de Publication 2019-09-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.smartthing.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.smartthing.org
URL de la Page d'Aide http://support.smartthing.org
URL de la Page de Politique de Confidentialité https://www.smartthing.org/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}