French digital nomads map update
Send an daily request to french nomad map, to update your location
Qu'est-ce que French digital nomads map update ?
French digital nomads map update est une extension Chrome développée par samber, et sa fonction principale est "Send an daily request to french nomad map, to update your location".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension French digital nomads map update
Téléchargez les fichiers d'extension French digital nomads map update au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Send an daily request to french nomad map, to update your location
Informations de Base sur l'Extension
Nom | French digital nomads map update |
ID | aaokjnbicmobnkgjnmbmffbnldebhgfa |
URL Officiel | https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa |
Description | Send an daily request to french nomad map, to update your location |
Taille du Fichier | 398 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-12-06 |
Date de Publication | 2016-12-06 |
Développeur | samber |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |