SuperDDNS Updater

Update your Hostnames easily with this plugin.

SuperDDNS Updater क्या है?

SuperDDNS Updater https://www.superddns.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Update your Hostnames easily with this plugin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SuperDDNS Updater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With this extension, you can now easily update your SuperDDNS Dynamic DNS Hostnames. Simply install, enter the details, and that's it.

Easy to Use
Enter your UserID, then your HostID, select an update interval, and click save. That’s all it takes to update your Hostname.

Informative Extension Icons
Our easy to interpret extension icons let you know if your most recent update was successful, failed, or if you’re offline. 

Notification Support
You can enable notifications to be alerted of any issues when updating your Hostnames.

Secure Updates
Your username and password are never transmitted from the update client, and your connection is always secured with 256-bit encryption.                    

एक्सटेंशन की मूल जानकारी

नाम SuperDDNS Updater SuperDDNS Updater
ID fgicibhhjpkhofndablodfdcfbloofbm
आधिकारिक URL https://chromewebstore.google.com/detail/superddns-updater/fgicibhhjpkhofndablodfdcfbloofbm
विवरण Update your Hostnames easily with this plugin.
फ़ाइल का आकार 58.54 KB
स्थापना संख्या 11
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2020-11-17
प्रकाशन तिथि 2020-05-10
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.superddns.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.superddns.net/
सहायता पृष्ठ URL https://www.superddns.net/help/kb10/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperDDNS Updater",
    "short_name": "SuperDDNS Updater",
    "description": "Update your Hostnames easily with this plugin.",
    "version": "0.0.4",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "csc_16.png",
            "32": "csc_32.png",
            "64": "csc_64.png",
            "128": "csc_128.png",
            "256": "csc_256.png"
        },
        "default_title": "Updating"
    },
    "icons": {
        "16": "csc_16.png",
        "32": "csc_32.png",
        "64": "csc_64.png",
        "128": "csc_128.png",
        "256": "csc_256.png"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "https:\/\/www.superddns.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}