Rocketrip

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

Cos'è Rocketrip?

Rocketrip è un'estensione di Chrome sviluppata da https://rocketrip.com, e la sua funzione principale è "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rocketrip

Scarica i file di estensione Rocketrip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rocketrip Rocketrip
ID jonlhhmennanlmjjamfllhlcklggpjkj
URL Ufficiale https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj
Descrizione Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Dimensione del File 13.53 MB
Conteggio Installazioni 50,288
Versione Corrente 3.4.33
Ultimo Aggiornamento 2020-02-27
Data di Pubblicazione 2020-02-26
Valutazione 2.85/5 Totale 27 Valutazioni
Sviluppatore https://rocketrip.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.rocketrip.com/privacy
Lingue Supportate 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\/*"
    ]
}