ArcGIS Enterprise Search
Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
Cos'è ArcGIS Enterprise Search?
ArcGIS Enterprise Search è un'estensione di Chrome sviluppata da Esri UK Map Labs, e la sua funzione principale è "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ArcGIS Enterprise Search
Scarica i file di estensione ArcGIS Enterprise Search 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
Type enterprise into the Google Chrome Omnibox then hit tab or space to initialize the extension. Type your search query and press Enter/Return to search.
Informazioni di Base sull'Estensione
Nome | |
ID | nbaiplmiafhjcmaippbijnacfdmpnnha |
URL Ufficiale | https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha |
Descrizione | Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox |
Dimensione del File | 21.89 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-01-03 |
Data di Pubblicazione | 2017-01-03 |
Sviluppatore | Esri UK Map Labs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Enterprise Search", "description": "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "enterprise" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0.2", "minimum_chrome_version": "9", "manifest_version": 2 } |