The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

The Hotels Network क्या है?

The Hotels Network The Hotels Network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides assistance for The Hotels Network clients on some administrative tasks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Hotels Network एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The power of personalization, easier than ever. Exclusively for The Hotels Network’s clients.                    

एक्सटेंशन की मूल जानकारी

नाम The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
आधिकारिक URL https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
विवरण Provides assistance for The Hotels Network clients on some administrative tasks
फ़ाइल का आकार 228 KB
स्थापना संख्या 248
वर्तमान संस्करण 0.6.8
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2020-07-31
डेवलपर The Hotels Network
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.thehotelsnetwork.com
सहायता पृष्ठ URL https://www.thehotelsnetwork.com/en/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Hotels Network",
    "description": "Provides assistance for The Hotels Network clients on some administrative tasks",
    "author": "The Hotels Network ",
    "version": "0.6.8",
    "homepage_url": "https:\/\/www.thehotelsnetwork.com",
    "icons": {
        "16": "assets\/thn-logo-16.png",
        "48": "assets\/thn-logo-48.png",
        "128": "assets\/thn-logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "The Hotes Network"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.thehotelsnetwork.com\/*",
            "*:\/\/*.thn.app\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/selector.ts-76e89c2a.js",
                "assets\/lodash-80697a61.js",
                "assets\/selector-loader.ts-20afc5fd.js"
            ],
            "use_dynamic_url": false
        }
    ]
}