SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Τι είναι το SmartINSTALLER;

Το SmartINSTALLER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.smartthing.org, και η κύρια λειτουργία του είναι "Install and update SmartTHING NetCommunity Custom Parts easily and quickly".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SmartINSTALLER

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}