Trip Radar

Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger

Cos'è Trip Radar?

Trip Radar è un'estensione di Chrome sviluppata da https://okroger.ai, e la sua funzione principale è "Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trip Radar

Scarica i file di estensione Trip Radar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trip Radar Trip Radar
ID dlmlkdamnnalgbiifddbnldgbkhnkmjl
URL Ufficiale https://chromewebstore.google.com/detail/trip-radar/dlmlkdamnnalgbiifddbnldgbkhnkmjl
Descrizione Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger
Dimensione del File 205 KB
Conteggio Installazioni 68
Versione Corrente 0.5.7
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2019-11-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://okroger.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://okroger.ai
URL della Pagina di Aiuto https://help.okroger.ai/
URL della Pagina della Politica sulla Privacy https://www.okroger.ai/privacy
Lingue Supportate 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'"
}