Tripkicks
Bring actionable insights and guidance into your online booking tool
Τι είναι το Tripkicks;
Το Tripkicks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tripkicks, και η κύρια λειτουργία του είναι "Bring actionable insights and guidance into your online booking tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tripkicks
Λήψη αρχείων επέκτασης Tripkicks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tripkicks is an add-on to SAP Concur that provides travelers with insights and guidance before they book their trip. Travelers search for a trip, then Tripkicks appears directly within their Concur Travel Search results. Tripkicks Insights Banner appears at the top of the search results and displays trip level information, custom tips, and automatic safety and travel alerts - providing travelers with the most important insights they need to know about their trip. Within each fare below, Tripkicks Supplier Attributes guide travelers to the best options with icons and tips. Supplier Attributes help travelers discover the options that are best for them, and call attention to suppliers with unique offerings or amenities that differentiate them from the others, like hotels that are minority owned or flights on airlines that are most preferred. Tripkicks enables travel managers to influence the decisions of travelers so that they’re aligned with their program priorities, helping them move the needle on things like sustainability, diversity equity and inclusion, program compliance, and cost savings.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tripkicks |
ID | bmpihmcncmjpdodlbbkhaooolmlmpbpc |
Επίσημο URL | https://chromewebstore.google.com/detail/tripkicks/bmpihmcncmjpdodlbbkhaooolmlmpbpc |
Περιγραφή | Bring actionable insights and guidance into your online booking tool |
Μέγεθος Αρχείου | 438 KB |
Αριθμός Εγκαταστάσεων | 262,187 |
Τρέχουσα Έκδοση | 4.0.17 |
Τελευταία Ενημέρωση | 2024-03-02 |
Ημερομηνία Δημοσίευσης | 2020-12-12 |
Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Tripkicks |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.tripkicks.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.tripkicks.com/travelerlaunchportal/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.tripkicks.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "Tripkicks", "description": "Bring actionable insights and guidance into your online booking tool", "version": "4.0.17", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "type": "module", "service_worker": "js\/main.js" }, "action": { "default_title": "Tripkicks", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/lato.css", "css\/concur.css", "css\/tk-css.css", "css\/tippy.css" ], "js": [ "js\/concur.js", "js\/tk.js" ], "matches": [ "https:\/\/*.concursolutions.com\/*" ], "run_at": "document_start" }, { "js": [ "js\/tripkicks.js" ], "matches": [ "https:\/\/*.tripkicks.com\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "alarms", "notifications", "contextMenus", "storage", "webRequest" ], "web_accessible_resources": [ { "resources": [ "js\/tk.js", "js\/concur-injector.js", "vendor\/injector.js", "vendor\/injector2.js", "vendor\/getPagesSource.js", "vendor\/tk-element.js", "images\/eranrewards1.jpg", "images\/tk_budget.png", "images\/triangle.png", "images\/bed.png", "images\/close.svg", "images\/red.svg", "images\/plane.png", "icons\/icon128.png" ], "matches": [ "https:\/\/*.tripkicks.com\/*", "https:\/\/*.concursolutions.com\/*" ] } ], "host_permissions": [ "https:\/\/*.tripkicks.com\/*", "https:\/\/*.concursolutions.com\/*" ] } |