SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Vad är SmartINSTALLER?

SmartINSTALLER är en Chrome-tillägg utvecklad av https://www.smartthing.org, och dess huvudfunktion är "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SmartINSTALLER-förlängningens CRX-fil

Ladda ner SmartINSTALLER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
Officiell webbadress https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Beskrivning Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Filstorlek 84.07 KB
Antal Installationer 71
Aktuell Version 2.96
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2019-09-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.smartthing.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.smartthing.org
Hjälpsida URL http://support.smartthing.org
URL till Sekretesspolicy Sidan https://www.smartthing.org/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}