Unit.Travel

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

Unit.Travel là gì?

Unit.Travel là một tiện ích mở rộng Chrome được phát triển bởi Unit Travel, và tính năng chính của nó là "Unit - pay less for the same hotel or flight and get free advice from a travel expert.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unit.Travel

Tải xuống các tệp mở rộng Unit.Travel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unit.Travel Unit.Travel
ID fboniocijfobnbbneldahlphcbjedjhb
URL Chính Thức https://chromewebstore.google.com/detail/unittravel/fboniocijfobnbbneldahlphcbjedjhb
Mô tả Unit - pay less for the same hotel or flight and get free advice from a travel expert.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 817
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-06-04
Ngày Phát Hành 2022-11-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unit Travel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://unit.travel
URL Trang Trợ Giúp https://unit.travel
URL Trang Chính Sách Bảo Mật https://b2b.unit.travel/page/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}