Trip Radar

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

What is Trip Radar?

Trip Radar is a Chrome extension developed by https://okroger.ai, and its main feature is "Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger".

Extension Screenshots

screenshot
screenshot

Download Trip Radar Extension CRX File

Download Trip Radar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Trip Radar Trip Radar
ID dlmlkdamnnalgbiifddbnldgbkhnkmjl
Official URL https://chromewebstore.google.com/detail/trip-radar/dlmlkdamnnalgbiifddbnldgbkhnkmjl
Description Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger
File Size 205 KB
Installation Count 68
Current Version 0.5.7
Last Updated 2020-10-29
Publish Date 2019-11-05
Rating 5.00/5 Total 1 Ratings
Developer https://okroger.ai
Email [email protected]
Payment Type free
Extension Website https://okroger.ai
Help Page URL https://help.okroger.ai/
Privacy Policy Page URL https://www.okroger.ai/privacy
Supported Languages 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'"
}