DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
Wat is DL Award Chart Overlay?
DL Award Chart Overlay is een Chrome-extensie ontwikkeld door https://www.wandr.me, en de belangrijkste functie is "Adds the lowest known award rates to search results on delta.com".
Extensie Screenshots
Download het CRX-bestand van de extensie DL Award Chart Overlay
Download DL Award Chart Overlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DL Award Chart Overlay |
ID | ndindkdecihgobflcinpiliibhhlapib |
Officiële URL | https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib |
Beschrijving | Adds the lowest known award rates to search results on delta.com |
Bestandsgrootte | 24.44 KB |
Aantal Installaties | 240 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2015-06-02 |
Publicatiedatum | 2015-06-02 |
Ontwikkelaar | https://www.wandr.me |
Betalingswijze | free |
Extensiewebsite | http://blog.wandr.me/browser-extensions/ |
Help Pagina-URL | http://blog.wandr.me/browser-extensions/ |
Ondersteunde Talen | 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" } } |