French digital nomads map update

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

Apa itu French digital nomads map update?

French digital nomads map update adalah ekstensi Chrome yang dikembangkan oleh samber, dan fitur utamanya adalah "Send an daily request to french nomad map, to update your location".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi French digital nomads map update

Unduh file ekstensi French digital nomads map update dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama French digital nomads map update French digital nomads map update
ID aaokjnbicmobnkgjnmbmffbnldebhgfa
URL Resmi https://chromewebstore.google.com/detail/french-digital-nomads-map/aaokjnbicmobnkgjnmbmffbnldebhgfa
Deskripsi Send an daily request to french nomad map, to update your location
Ukuran File 398 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-12-06
Tanggal Publikasi 2016-12-06
Pengembang samber
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}