Trip Radar
Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger
Wat is Trip Radar?
Trip Radar is een Chrome-extensie ontwikkeld door https://okroger.ai, en de belangrijkste functie is "Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger".
Extensie Screenshots
Download het CRX-bestand van de extensie Trip Radar
Download Trip Radar-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
Roger’s Trip Radar organizes your upcoming trips, automatically sends you flight updates, tracks delays/cancellations and automatically follows up with airlines to get compensation on your behalf, without you having to lift a finger
- Automatically Organizes all your upcoming trips so it's easy to view with one click
- Get Updates by Email, Text and more coming soon Basisinformatie over de Extensie
| Naam | |
| ID | dlmlkdamnnalgbiifddbnldgbkhnkmjl |
| Officiële URL | https://chromewebstore.google.com/detail/trip-radar/dlmlkdamnnalgbiifddbnldgbkhnkmjl |
| Beschrijving | Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger |
| Bestandsgrootte | 205 KB |
| Aantal Installaties | 68 |
| Huidige Versie | 0.5.7 |
| Laatst Bijgewerkt | 2020-10-29 |
| Publicatiedatum | 2019-11-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://okroger.ai |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://okroger.ai |
| Help Pagina-URL | https://help.okroger.ai/ |
| URL van de Privacybeleid Pagina | https://www.okroger.ai/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trip Radar",
"description": "Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger",
"version": "0.5.7",
"browser_action": {
"default_icon": "img\/logo-128.png",
"default_title": "Trip Radar by OK Roger",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"storage",
"https:\/\/*.okroger.ai\/*"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'"
} | |