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”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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'"
}  |  |