Smart GIS

Smart GIS

Qu'est-ce que Smart GIS ?

Smart GIS est une extension Chrome développée par Dmitry Uspenskiy, et sa fonction principale est "Smart GIS".

Télécharger le fichier CRX de l'extension Smart GIS

Téléchargez les fichiers d'extension Smart GIS 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

                                            

Informations de Base sur l'Extension

Nom Smart GIS Smart GIS
ID adpchdbnldfocnebbepmjcplfgdcjfme
URL Officiel https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme
Description Smart GIS
Taille du Fichier 32.06 KB
Nombre d'Installations 81
Version Actuelle 0.1
Dernière Mise à Jour 2017-03-10
Date de Publication 2017-03-09
Développeur Dmitry Uspenskiy
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Smart GIS",
    "name": "Smart GIS",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "version": "0.1",
    "manifest_version": 2,
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Smart GIS",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}