Trip Radar

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

Trip Radarとは何ですか?

Trip Radarはhttps://okroger.aiによって開発されたChromeの拡張機能で、その主な機能は「Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger」です。

拡張機能のスクリーンショット

screenshot
screenshot

Trip Radar拡張機能のCRXファイルをダウンロード

Trip Radar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Trip Radar Trip Radar
ID dlmlkdamnnalgbiifddbnldgbkhnkmjl
公式URL https://chromewebstore.google.com/detail/trip-radar/dlmlkdamnnalgbiifddbnldgbkhnkmjl
説明 Get a birds eye view of all your upcoming travels automatically, right here in Chrome, with Trip Radar from OK Roger
ファイルサイズ 205 KB
インストール数 68
現在のバージョン 0.5.7
最終更新日 2020-10-29
公開日 2019-11-05
評価 5.00/5 合計 1 レビュー
開発者 https://okroger.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://okroger.ai
ヘルプページのURL https://help.okroger.ai/
プライバシーポリシーページのURL https://www.okroger.ai/privacy
対応言語 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'"
}