DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
Co to jest DL Award Chart Overlay?
DL Award Chart Overlay to rozszerzenie Chrome opracowane przez https://www.wandr.me, a jego główną funkcją jest „Adds the lowest known award rates to search results on delta.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DL Award Chart Overlay
Pobierz pliki rozszerzeń DL Award Chart Overlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DL Award Chart Overlay |
ID | ndindkdecihgobflcinpiliibhhlapib |
Oficjalny URL | https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib |
Opis | Adds the lowest known award rates to search results on delta.com |
Rozmiar pliku | 24.44 KB |
Liczba instalacji | 240 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2015-06-02 |
Data Publikacji | 2015-06-02 |
Deweloper | https://www.wandr.me |
Typ Płatności | free |
Strona Rozszerzenia | http://blog.wandr.me/browser-extensions/ |
Adres URL Strony Pomocy | http://blog.wandr.me/browser-extensions/ |
Obsługiwane Języki | 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" } } |