SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Was ist SmartINSTALLER?

SmartINSTALLER ist eine Chrome-Erweiterung, die von https://www.smartthing.org entwickelt wurde, und ihr Hauptmerkmal ist "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Erweiterungsscreenshots

screenshot
screenshot

SmartINSTALLER-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartINSTALLER-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
Offizielle URL https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Beschreibung Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Dateigröße 84.07 KB
Installationsanzahl 71
Aktuelle Version 2.96
Letztes Update 2023-04-27
Veröffentlichungsdatum 2019-09-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.smartthing.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.smartthing.org
Hilfeseite URL http://support.smartthing.org
URL der Datenschutzrichtlinien-Seite https://www.smartthing.org/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}