French digital nomads map update

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

Vad är French digital nomads map update?

French digital nomads map update är en Chrome-tillägg utvecklad av samber, och dess huvudfunktion är "Send an daily request to french nomad map, to update your location".

Tilläggsskärmbilder

screenshot

Ladda ner French digital nomads map update-förlängningens CRX-fil

Ladda ner French digital nomads map update-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn French digital nomads map update French digital nomads map update
ID aaokjnbicmobnkgjnmbmffbnldebhgfa
Officiell webbadress https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa
Beskrivning Send an daily request to french nomad map, to update your location
Filstorlek 398 KB
Antal Installationer 39
Aktuell Version 1.0.0
Senast Uppdaterad 2016-12-06
Publiceringsdatum 2016-12-06
Utvecklare samber
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}