Eye Traffic - Lux traffic info

Traffic info on Luxemburg, Germany, Belgium

Cos'è Eye Traffic - Lux traffic info?

Eye Traffic - Lux traffic info è un'estensione di Chrome sviluppata da http://geoking.fr, e la sua funzione principale è "Traffic info on Luxemburg, Germany, Belgium".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eye Traffic - Lux traffic info

Scarica i file di estensione Eye Traffic - Lux traffic info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Traffic info on Luxembourg

Keep up on time to go home.

Stay updated with traffic information in Luxemburg.

Get information on real time using from main traffic providers: 
- Bison futé
- SANEF
- InfoRoute57

For belgium :
- Mobilinfo.be
- Trafiroutes wallonie

For Germany:
- Verkehrsinfo
- SWR3

Toutes les suggestions sont les bienvenues!                    

Informazioni di Base sull'Estensione

Nome Eye Traffic - Lux traffic info Eye Traffic - Lux traffic info
ID kieaniodbboioemmcghcbkfgpmopffdc
URL Ufficiale https://chrome.google.com/webstore/detail/eye-traffic-lux-info-traf/kieaniodbboioemmcghcbkfgpmopffdc
Descrizione Traffic info on Luxemburg, Germany, Belgium
Dimensione del File 575 KB
Conteggio Installazioni 38
Versione Corrente 2.1.1
Ultimo Aggiornamento 2017-08-08
Data di Pubblicazione 2017-08-08
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore http://geoking.fr
Tipo di Pagamento free
Sito Web dell'Estensione http://www.geoking.fr
URL della Pagina di Aiuto http://www.geoking.fr
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.1.1",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "http:\/\/www.geoking.fr",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "default_locale": "fr",
    "background": {
        "page": "bg.html"
    },
    "options_page": "dashboard.html",
    "browser_action": {
        "default_icon": "images\/16\/Box_Grey.png",
        "default_title": "__MSG_browser_action_tooltip_default__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.etat.lu\/",
        "http:\/\/*.cita.lu\/",
        "http:\/\/*.rtl.lu\/",
        "https:\/\/*.lesfrontaliers.lu\/"
    ],
    "web_accessible_resources": [
        "images\/logo48.png"
    ]
}