Schiphol Flights

This extension lets you lookup your flight's status if departing or arriving at Amsterdam Airport Schiphol (AMS).

What is Schiphol Flights?

Schiphol Flights is a Chrome extension developed by https://www.schipholapp.nl, and its main feature is "This extension lets you lookup your flight's status if departing or arriving at Amsterdam Airport Schiphol (AMS).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Schiphol Flights Extension CRX File

Download Schiphol Flights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lookup your flight by entering a city name, flight number or time. Browse detailed information including gates, desks and luggage belts.

You can even get basic notifications when your flight's status changes, so you can take action if flight changes occur. Even before the pilot knows.                    

Extension Basic Information

Name Schiphol Flights Schiphol Flights
ID ckeebcpkgdfbkjmdefkghblncbamcnko
Official URL https://chromewebstore.google.com/detail/schiphol-flights/ckeebcpkgdfbkjmdefkghblncbamcnko
Description This extension lets you lookup your flight's status if departing or arriving at Amsterdam Airport Schiphol (AMS).
File Size 226 KB
Installation Count 198
Current Version 1.3.1
Last Updated 2015-01-06
Publish Date 2015-01-06
Rating 3.40/5 Total 5 Ratings
Developer https://www.schipholapp.nl
Payment Type free
Extension Website http://www.schipholapp.nl/nl/chrome_extension
Help Page URL http://www.schipholapp.nl/nl/contact
Supported Languages en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "Schiphol",
    "version": "1.3.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/www.schipholapp.nl",
    "icons": {
        "16": "icons\/Schiphol_icon_16.png",
        "48": "icons\/Schiphol_icon_48.png",
        "128": "icons\/Schiphol_icon_128.png"
    },
    "permissions": [
        "http:\/\/api.schipholapp.nl\/*\/",
        "notifications",
        "background",
        "alarms",
        "storage"
    ],
    "background": {
        "page": "src\/bg\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/Schiphol_icon_19.png",
            "38": "icons\/Schiphol_icon_38.png"
        },
        "default_title": "Schiphol Flights",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.schipholapp.nl\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/api.schipholapp.nl\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}