Rocketrip

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

What is Rocketrip?

Rocketrip is a Chrome extension developed by https://rocketrip.com, and its main feature is "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Rocketrip Extension CRX File

Download Rocketrip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rocketrip Rocketrip
ID jonlhhmennanlmjjamfllhlcklggpjkj
Official URL https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj
Description Seamlessly create a Rocketrip Price to Beat while you book your business travel.
File Size 13.53 MB
Installation Count 50,288
Current Version 3.4.33
Last Updated 2020-02-27
Publish Date 2020-02-26
Rating 2.85/5 Total 27 Ratings
Developer https://rocketrip.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.rocketrip.com/privacy
Supported Languages 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\/*"
    ]
}