DDNS Client For NameCheap
Update your NameCheap dynamic DNS automatically.
Was ist DDNS Client For NameCheap?
DDNS Client For NameCheap ist eine Chrome-Erweiterung, die von xylophono entwickelt wurde, und ihr Hauptmerkmal ist "Update your NameCheap dynamic DNS automatically.".
Erweiterungsscreenshots
DDNS Client For NameCheap-Erweiterungs-CRX-Datei herunterladen
Laden Sie DDNS Client For NameCheap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
DDNS Client For NameCheap lets you automatically update the dynamic dns settings of any of your domains managed at namecheap.com. This app was created independently and is not affiliated with Name Cheap.
Grundlegende Informationen zur Erweiterung
Name | DDNS Client For NameCheap |
ID | mdhlknpfdmgcobmlbkabgffkdckgbgjb |
Offizielle URL | https://chromewebstore.google.com/detail/ddns-client-for-namecheap/mdhlknpfdmgcobmlbkabgffkdckgbgjb |
Beschreibung | Update your NameCheap dynamic DNS automatically. |
Dateigröße | 49.81 KB |
Installationsanzahl | 145 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-05-26 |
Veröffentlichungsdatum | 2015-05-26 |
Entwickler | xylophono |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DDNS Client For NameCheap", "short_name": "DDNS Client", "version": "1.0", "description": "Update your NameCheap dynamic DNS automatically.", "minimum_chrome_version": "30", "manifest_version": 2, "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "64": "assets\/icon_64.png", "128": "assets\/icon_notification.png" }, "background": { "persistent": false, "scripts": [ "jquery-2.1.4.min.js", "background.js", "functions.js" ] }, "permissions": [ "http:\/\/l2.io\/", "https:\/\/dynamicdns.park-your-domain.com\/", "storage", "background", "notifications", "alarms" ], "browser_action": { "default_popup": "index.html", "default_title": "DDNS Client", "default_icon": "assets\/icon_19.png" } } |