SuperDDNS Updater

Update your Hostnames easily with this plugin.

O que é SuperDDNS Updater?

SuperDDNS Updater é uma extensão do Chrome desenvolvida por https://www.superddns.net, e sua principal característica é "Update your Hostnames easily with this plugin.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SuperDDNS Updater

Baixe arquivos de extensão SuperDDNS Updater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SuperDDNS Updater SuperDDNS Updater
ID fgicibhhjpkhofndablodfdcfbloofbm
URL Oficial https://chromewebstore.google.com/detail/superddns-updater/fgicibhhjpkhofndablodfdcfbloofbm
Descrição Update your Hostnames easily with this plugin.
Tamanho do Arquivo 58.54 KB
Contagem de Instalações 11
Versão Atual 0.0.4
Última Atualização 2020-11-17
Data de Publicação 2020-05-10
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://www.superddns.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.superddns.net/
URL da Página de Ajuda https://www.superddns.net/help/kb10/
Idiomas Suportados 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
}