Smart GIS
Smart GIS
Cos'è Smart GIS?
Smart GIS è un'estensione di Chrome sviluppata da Dmitry Uspenskiy, e la sua funzione principale è "Smart GIS".
Scarica il file CRX dell'estensione Smart GIS
Scarica i file di estensione Smart GIS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | adpchdbnldfocnebbepmjcplfgdcjfme |
| URL Ufficiale | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
| Descrizione | Smart GIS |
| Dimensione del File | 32.06 KB |
| Conteggio Installazioni | 81 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2017-03-10 |
| Data di Pubblicazione | 2017-03-09 |
| Sviluppatore | Dmitry Uspenskiy |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |