Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Hvad er Rocketrip?
Rocketrip er en Chrome-udvidelse udviklet af https://rocketrip.com, og dens hovedfunktion er "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".
Udvidelsesskærmbilleder
Download Rocketrip-udvidelses-CRX-fil
Download Rocketrip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Rocketrip |
ID | jonlhhmennanlmjjamfllhlcklggpjkj |
Officiel URL | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
Beskrivelse | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
Filstørrelse | 13.53 MB |
Antal Installationer | 50,288 |
Nuværende Version | 3.4.33 |
Senest Opdateret | 2020-02-27 |
Udgivelsesdato | 2020-02-26 |
Bedømmelse | 2.85/5 Samlet 27 Bedømmelser |
Udvikler | https://rocketrip.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.rocketrip.com/privacy |
Understøttede Sprog | 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\/*" ] } |