Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Wat is Rocketrip?
Rocketrip is een Chrome-extensie ontwikkeld door https://rocketrip.com, en de belangrijkste functie is "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rocketrip
Download Rocketrip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Rocketrip |
ID | jonlhhmennanlmjjamfllhlcklggpjkj |
Officiële URL | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
Beschrijving | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
Bestandsgrootte | 13.53 MB |
Aantal Installaties | 50,288 |
Huidige Versie | 3.4.33 |
Laatst Bijgewerkt | 2020-02-27 |
Publicatiedatum | 2020-02-26 |
Beoordeling | 2.85/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://rocketrip.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.rocketrip.com/privacy |
Ondersteunde Talen | 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\/*" ] } |