DL Award Chart Overlay

Adds the lowest known award rates to search results on delta.com

Was ist DL Award Chart Overlay?

DL Award Chart Overlay ist eine Chrome-Erweiterung, die von https://www.wandr.me entwickelt wurde, und ihr Hauptmerkmal ist "Adds the lowest known award rates to search results on delta.com".

Erweiterungsscreenshots

screenshot

DL Award Chart Overlay-Erweiterungs-CRX-Datei herunterladen

Laden Sie DL Award Chart Overlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds an extra line atop the search results for Delta SkyMiles searches to show off the lowest award prices known in the HowManySkyMiles.com system.                    

Grundlegende Informationen zur Erweiterung

Name DL Award Chart Overlay DL Award Chart Overlay
ID ndindkdecihgobflcinpiliibhhlapib
Offizielle URL https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib
Beschreibung Adds the lowest known award rates to search results on delta.com
Dateigröße 24.44 KB
Installationsanzahl 240
Aktuelle Version 0.2.1
Letztes Update 2015-06-02
Veröffentlichungsdatum 2015-06-02
Entwickler https://www.wandr.me
Zahlungsart free
Erweiterungswebsite http://blog.wandr.me/browser-extensions/
Hilfeseite URL http://blog.wandr.me/browser-extensions/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "include_globs": [
                "http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
                "https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
            ],
            "js": [
                "DLChart.user.js"
            ],
            "matches": [
                "http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
                "https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds the lowest known award rates to search results on delta.com",
    "name": "DL Award Chart Overlay",
    "version": "0.2.1",
    "homepage_url": "http:\/\/wandr.me\/",
    "short_name": "DLAwardChart",
    "web_accessible_resources": [
        "DLChart.user.js"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}