Unit.Travel

Unit - pay less for the same hotel or flight and get free advice from a travel expert.

Unit.Travelคืออะไร?

Unit.Travel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unit Travel และคุณลักษณะหลักของมันคือ "Unit - pay less for the same hotel or flight and get free advice from a travel expert."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unit.Travel

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

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

                        The Unit Travel extension helps you compare prices on popular travel web sites. Also our users can get a free advise from travel advisors.                    

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

ชื่อ Unit.Travel Unit.Travel
ID fboniocijfobnbbneldahlphcbjedjhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unittravel/fboniocijfobnbbneldahlphcbjedjhb
คำอธิบาย Unit - pay less for the same hotel or flight and get free advice from a travel expert.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 817
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-06-04
วันที่เผยแพร่ 2022-11-04
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unit Travel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://unit.travel
URL หน้าช่วยเหลือ https://unit.travel
URL หน้านโยบายความเป็นส่วนตัว https://b2b.unit.travel/page/privacy-policy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/img\/128.png",
            "32": "assets\/img\/128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Unit travel"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "common\/lang.js",
                "api\/booking.js"
            ],
            "matches": [
                "https:\/\/*.booking.com\/*",
                "https:\/\/*.unit.travel\/affiliateprogram\/success.html*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "content\/booking\/content.css"
            ],
            "js": [
                "content\/booking.js"
            ],
            "matches": [
                "https:\/\/*.booking.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "content\/booking\/content.css"
            ],
            "js": [
                "content\/unit.js"
            ],
            "matches": [
                "https:\/\/*.unit.travel\/affiliateprogram\/success.html*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/unit.travel\/",
    "icons": {
        "128": "assets\/img\/128.png",
        "32": "assets\/img\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/img\/*",
                "content\/*"
            ]
        }
    ]
}