Rocketrip

Seamlessly create a Rocketrip Price to Beat while you book your business travel.

Apa itu Rocketrip?

Rocketrip adalah ekstensi Chrome yang dikembangkan oleh https://rocketrip.com, dan fitur utamanya adalah "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Rocketrip

Unduh file ekstensi Rocketrip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The Rocketrip extension allows you to create a Price to Beat from within your company's booking site. Need assistance or have a question? Access Rocketrip's customer support through the extension from any site. It's Rocketrip when and where you need it.                    

Informasi Dasar Ekstensi

Nama Rocketrip Rocketrip
ID jonlhhmennanlmjjamfllhlcklggpjkj
URL Resmi https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj
Deskripsi Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Ukuran File 13.53 MB
Jumlah Instalasi 50,288
Versi Saat Ini 3.4.33
Terakhir Diperbarui 2020-02-27
Tanggal Publikasi 2020-02-26
Penilaian 2.85/5 Total 27 Penilaian
Pengembang https://rocketrip.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.rocketrip.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rocketrip",
    "description": "Seamlessly create a Rocketrip Price to Beat while you book your business travel.",
    "version": "3.4.33",
    "icons": {
        "128": "assets\/icon-webstore.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon-orange-19.png",
            "38": "assets\/icon-orange-38.png"
        },
        "default_title": "Rocketrip"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/browser-polyfill.js",
            "assets\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.concursolutions.com\/*",
            "*:\/\/*.cnqr-cn.com\/*",
            "*:\/\/*.outtask.com\/*",
            "*:\/\/*.rocketrip.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.concursolutions.com\/*",
                "*:\/\/*.cnqr-cn.com\/*",
                "*:\/\/*.outtask.com\/*",
                "*:\/\/*.rocketrip.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.rocketrip.com\/*",
                "*:\/\/rocketrip.com\/*"
            ],
            "js": [
                "assets\/chromeBootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}