Hidden Tickets

Find the cheapest tickets for your next flight

Hidden Tickets란 무엇입니까?

Hidden Tickets은(는) http://hiddentickets.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the cheapest tickets for your next flight"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hidden Tickets 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find the cheapest tickets for your next flight.
We use some magic. Just run the plugin and wait for amazing results.                    

확장 프로그램 기본 정보

이름 Hidden Tickets Hidden Tickets
ID cfkkhmokjhiiekijpnmlailhheohpdbo
공식 URL https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo
설명 Find the cheapest tickets for your next flight
파일 크기 148 KB
설치 횟수 392
현재 버전 0.1.29
최근 업데이트 2016-03-20
출시 날짜 2016-03-20
평점 4.75/5 총 4 개의 평점
개발자 http://hiddentickets.com
결제 유형 free
확장 프로그램 웹 사이트 http://hiddentickets.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hidden Tickets",
    "version": "0.1.29",
    "description": "Find the cheapest tickets for your next flight",
    "author": "svetlikov",
    "icons": {
        "16": "hiddentickets.png",
        "48": "hiddentickets.png",
        "128": "hiddentickets.png"
    },
    "browser_action": {
        "default_icon": "hiddentickets.png",
        "default_title": "Hidden Tickets"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/www.google.de\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "flightsfucker.js",
        "awesomplete.min.js",
        "style.css",
        "sky.jpg"
    ]
}