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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}