SuperDDNS Updater

Update your Hostnames easily with this plugin.

Wat is SuperDDNS Updater?

SuperDDNS Updater is een Chrome-extensie ontwikkeld door https://www.superddns.net, en de belangrijkste functie is "Update your Hostnames easily with this plugin.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SuperDDNS Updater

Download SuperDDNS Updater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SuperDDNS Updater SuperDDNS Updater
ID fgicibhhjpkhofndablodfdcfbloofbm
Officiële URL https://chromewebstore.google.com/detail/superddns-updater/fgicibhhjpkhofndablodfdcfbloofbm
Beschrijving Update your Hostnames easily with this plugin.
Bestandsgrootte 58.54 KB
Aantal Installaties 11
Huidige Versie 0.0.4
Laatst Bijgewerkt 2020-11-17
Publicatiedatum 2020-05-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.superddns.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.superddns.net/
Help Pagina-URL https://www.superddns.net/help/kb10/
Ondersteunde Talen 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
}