SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

什麼是SmartINSTALLER?

SmartINSTALLER是由https://www.smartthing.org開發的Chrome擴展程式,該擴展的主要功能是“Install and update SmartTHING NetCommunity Custom Parts easily and quickly”。

擴展截圖

screenshot
screenshot

下載SmartINSTALLER擴展crx文件

下載SmartINSTALLER擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
官方網址 https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
簡介 Install and update SmartTHING NetCommunity Custom Parts easily and quickly
檔案大小 84.07 KB
安裝次數 71
目前版本 2.96
更新時間 2023-04-27
上架時間 2019-09-12
評分 5.00/5 共 1 次評分
開發者 https://www.smartthing.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.smartthing.org
說明頁面URL http://support.smartthing.org
隱私政策頁面URL https://www.smartthing.org/privacy-policy
支援的語言 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"
            ]
        }
    ]
}