Dynu Dynamic DNS Client

Dynu dynamic DNS client for Chrome

Dynu Dynamic DNS Clientคืออะไร?

Dynu Dynamic DNS Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dynu.com และคุณลักษณะหลักของมันคือ "Dynu dynamic DNS client for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynu Dynamic DNS Client

ดาวน์โหลดไฟล์ส่วนขยาย Dynu Dynamic DNS Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This client automatically updates a Dynu hosted dynamic DNS hostname with your current public IP address. It has support for IPv6 and group.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dynu Dynamic DNS Client Dynu Dynamic DNS Client
ID gfjkkccgjogpdhmhdinjngakpajljhba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynu-dynamic-dns-client/gfjkkccgjogpdhmhdinjngakpajljhba
คำอธิบาย Dynu dynamic DNS client for Chrome
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 4,240
เวอร์ชันปัจจุบัน 1.5.11
อัปเดตครั้งล่าสุด 2023-12-29
วันที่เผยแพร่ 2020-05-26
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.dynu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dynu.com
URL หน้าช่วยเหลือ https://www.dynu.com/Support
URL หน้านโยบายความเป็นส่วนตัว https://www.dynu.com/en-US/Legal/PrivacyPolicy
ภาษาที่รองรับ 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
}