DDNS Client For NameCheap
Update your NameCheap dynamic DNS automatically.
Hvad er DDNS Client For NameCheap?
DDNS Client For NameCheap er en Chrome-udvidelse udviklet af xylophono, og dens hovedfunktion er "Update your NameCheap dynamic DNS automatically.".
Udvidelsesskærmbilleder
Download DDNS Client For NameCheap-udvidelses-CRX-fil
Download DDNS Client For NameCheap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | DDNS Client For NameCheap |
ID | mdhlknpfdmgcobmlbkabgffkdckgbgjb |
Officiel URL | https://chromewebstore.google.com/detail/ddns-client-for-namecheap/mdhlknpfdmgcobmlbkabgffkdckgbgjb |
Beskrivelse | Update your NameCheap dynamic DNS automatically. |
Filstørrelse | 49.81 KB |
Antal Installationer | 145 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-05-26 |
Udgivelsesdato | 2015-05-26 |
Udvikler | xylophono |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |