SuperDDNS Updater

Update your Hostnames easily with this plugin.

SuperDDNS Updater란 무엇입니까?

SuperDDNS Updater은(는) https://www.superddns.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Update your Hostnames easily with this plugin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SuperDDNS Updater 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}