Rocketrip

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

Was ist Rocketrip?

Rocketrip ist eine Chrome-Erweiterung, die von https://rocketrip.com entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rocketrip-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rocketrip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rocketrip Rocketrip
ID jonlhhmennanlmjjamfllhlcklggpjkj
Offizielle URL https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj
Beschreibung Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Dateigröße 13.53 MB
Installationsanzahl 50,288
Aktuelle Version 3.4.33
Letztes Update 2020-02-27
Veröffentlichungsdatum 2020-02-26
Bewertung 2.85/5 Insgesamt 27 Bewertungen
Entwickler https://rocketrip.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.rocketrip.com/privacy
Unterstützte Sprachen 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\/*"
    ]
}