SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Wat is SmartINSTALLER?

SmartINSTALLER is een Chrome-extensie ontwikkeld door https://www.smartthing.org, en de belangrijkste functie is "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SmartINSTALLER

Download SmartINSTALLER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
Officiële URL https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Beschrijving Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Bestandsgrootte 84.07 KB
Aantal Installaties 71
Huidige Versie 2.96
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2019-09-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.smartthing.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.smartthing.org
Help Pagina-URL http://support.smartthing.org
URL van de Privacybeleid Pagina https://www.smartthing.org/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}