SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

SmartINSTALLER là gì?

SmartINSTALLER là một tiện ích mở rộng Chrome được phát triển bởi https://www.smartthing.org, và tính năng chính của nó là "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartINSTALLER

Tải xuống các tệp mở rộng SmartINSTALLER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartINSTALLER SmartINSTALLER
ID mbhcjffpiifogkegoilhpmajejjhglnh
URL Chính Thức https://chromewebstore.google.com/detail/smartinstaller/mbhcjffpiifogkegoilhpmajejjhglnh
Mô tả Install and update SmartTHING NetCommunity Custom Parts easily and quickly
Kích Thước Tệp 84.07 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 2.96
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2019-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.smartthing.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.smartthing.org
URL Trang Trợ Giúp http://support.smartthing.org
URL Trang Chính Sách Bảo Mật https://www.smartthing.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}