French digital nomads map update

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

Co to jest French digital nomads map update?

French digital nomads map update to rozszerzenie Chrome opracowane przez samber, a jego główną funkcją jest „Send an daily request to french nomad map, to update your location”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia French digital nomads map update

Pobierz pliki rozszerzeń French digital nomads map update w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa French digital nomads map update French digital nomads map update
ID aaokjnbicmobnkgjnmbmffbnldebhgfa
Oficjalny URL https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa
Opis Send an daily request to french nomad map, to update your location
Rozmiar pliku 398 KB
Liczba instalacji 39
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-12-06
Data Publikacji 2016-12-06
Deweloper samber
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}