Dynu Dynamic DNS Client
Dynu dynamic DNS client for Chrome
Vad är Dynu Dynamic DNS Client?
Dynu Dynamic DNS Client är en Chrome-tillägg utvecklad av https://www.dynu.com, och dess huvudfunktion är "Dynu dynamic DNS client for Chrome".
Tilläggsskärmbilder
Ladda ner Dynu Dynamic DNS Client-förlängningens CRX-fil
Ladda ner Dynu Dynamic DNS Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This client automatically updates a Dynu hosted dynamic DNS hostname with your current public IP address. It has support for IPv6 and group.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gfjkkccgjogpdhmhdinjngakpajljhba | 
| Officiell webbadress | https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba | 
| Beskrivning | Dynu dynamic DNS client for Chrome | 
| Filstorlek | 165 KB | 
| Antal Installationer | 4,240 | 
| Aktuell Version | 1.5.11 | 
| Senast Uppdaterad | 2023-12-29 | 
| Publiceringsdatum | 2020-05-26 | 
| Betyg | 4.89/5 Totalt 9 Betyg | 
| Utvecklare | https://www.dynu.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.dynu.com | 
| Hjälpsida URL | https://www.dynu.com/Support | 
| URL till Sekretesspolicy Sidan | https://www.dynu.com/en-US/Legal/PrivacyPolicy | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "description": "Dynu dynamic DNS client for Chrome",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png",
                "icon64.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Dynu Dynamic DNS Client",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.dynu.com\/",
        "http:\/\/ipcheck.dynu.com\/ipcheck.asp",
        "http:\/\/ipcheckv6.dynu.com\/ipcheck.asp"
    ],
    "version": "1.5.11",
    "manifest_version": 3
}  |  |