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
Eメール [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"
            ]
        }
    ]
}