SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Co je SmartINSTALLER?

SmartINSTALLER je rozšíření Chrome vyvinuté https://www.smartthing.org, a jeho hlavní funkcí je „Install and update SmartTHING NetCommunity Custom Parts easily and quickly“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SmartINSTALLER

Stáhněte si soubory rozšíření SmartINSTALLER ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
Oficiální URL https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Popis Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Velikost souboru 84.07 KB
Počet instalací 71
Aktuální Verze 2.96
Poslední Aktualizace 2023-04-27
Datum Vydání 2019-09-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.smartthing.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.smartthing.org
URL Stránky Nápovědy http://support.smartthing.org
URL Stránky Zásad Ochrany Soukromí https://www.smartthing.org/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}