French digital nomads map update

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

Wat is French digital nomads map update?

French digital nomads map update is een Chrome-extensie ontwikkeld door samber, en de belangrijkste functie is "Send an daily request to french nomad map, to update your location".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie French digital nomads map update

Download French digital nomads map update-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

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

Basisinformatie over de Extensie

Naam French digital nomads map update French digital nomads map update
ID aaokjnbicmobnkgjnmbmffbnldebhgfa
Officiële URL https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa
Beschrijving Send an daily request to french nomad map, to update your location
Bestandsgrootte 398 KB
Aantal Installaties 39
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-12-06
Publicatiedatum 2016-12-06
Ontwikkelaar samber
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}