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
官方網址 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
電子郵箱 [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'"
}