Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Vad är Rocketrip?
Rocketrip är en Chrome-tillägg utvecklad av https://rocketrip.com, och dess huvudfunktion är "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".
Tilläggsskärmbilder
Ladda ner Rocketrip-förlängningens CRX-fil
Ladda ner Rocketrip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Rocketrip |
ID | jonlhhmennanlmjjamfllhlcklggpjkj |
Officiell webbadress | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
Beskrivning | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
Filstorlek | 13.53 MB |
Antal Installationer | 50,288 |
Aktuell Version | 3.4.33 |
Senast Uppdaterad | 2020-02-27 |
Publiceringsdatum | 2020-02-26 |
Betyg | 2.85/5 Totalt 27 Betyg |
Utvecklare | https://rocketrip.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.rocketrip.com/privacy |
Stödda Språk | 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\/*" ] } |