French digital nomads map update
Send an daily request to french nomad map, to update your location
What is French digital nomads map update?
French digital nomads map update is a Chrome extension developed by samber, and its main feature is "Send an daily request to french nomad map, to update your location".
Extension Screenshots
Download French digital nomads map update Extension CRX File
Download French digital nomads map update extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Send an daily request to french nomad map, to update your location
Extension Basic Information
Name | French digital nomads map update |
ID | aaokjnbicmobnkgjnmbmffbnldebhgfa |
Official URL | https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa |
Description | Send an daily request to french nomad map, to update your location |
File Size | 398 KB |
Installation Count | 39 |
Current Version | 1.0.0 |
Last Updated | 2016-12-06 |
Publish Date | 2016-12-06 |
Developer | samber |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |