Trip Radar
Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger
Was ist Trip Radar?
Trip Radar ist eine Chrome-Erweiterung, die von https://okroger.ai entwickelt wurde, und ihr Hauptmerkmal ist "Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger".
Erweiterungsscreenshots
Trip Radar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trip Radar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | dlmlkdamnnalgbiifddbnldgbkhnkmjl | 
| Offizielle URL | https://chromewebstore.google.com/detail/trip-radar/dlmlkdamnnalgbiifddbnldgbkhnkmjl | 
| Beschreibung | Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger | 
| Dateigröße | 205 KB | 
| Installationsanzahl | 68 | 
| Aktuelle Version | 0.5.7 | 
| Letztes Update | 2020-10-29 | 
| Veröffentlichungsdatum | 2019-11-05 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | https://okroger.ai | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://okroger.ai | 
| Hilfeseite URL | https://help.okroger.ai/ | 
| URL der Datenschutzrichtlinien-Seite | https://www.okroger.ai/privacy | 
| Unterstützte Sprachen | 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'"
}  |  |