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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}