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
官方URL 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"
            ]
        }
    ]
}