French digital nomads map update

Send an daily request to french nomad map, to update your location

Cos'è French digital nomads map update?

French digital nomads map update è un'estensione di Chrome sviluppata da samber, e la sua funzione principale è "Send an daily request to french nomad map, to update your location".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione French digital nomads map update

Scarica i file di estensione French digital nomads map update 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

                        Send an daily request to french nomad map, to update your location                    

Informazioni di Base sull'Estensione

Nome French digital nomads map update French digital nomads map update
ID aaokjnbicmobnkgjnmbmffbnldebhgfa
URL Ufficiale https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa
Descrizione Send an daily request to french nomad map, to update your location
Dimensione del File 398 KB
Conteggio Installazioni 39
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-12-06
Data di Pubblicazione 2016-12-06
Sviluppatore samber
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "French digital nomads map update",
    "description": "Send an daily request to french nomad map, to update your location",
    "version": "1.0.0",
    "permissions": [
        "storage",
        "alarms",
        "background",
        "geolocation",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "160": "icon.png"
    }
}