ArcGIS Enterprise Search
Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
O que é ArcGIS Enterprise Search?
ArcGIS Enterprise Search é uma extensão do Chrome desenvolvida por Esri UK Map Labs, e sua principal característica é "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ArcGIS Enterprise Search
Baixe arquivos de extensão ArcGIS Enterprise Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nbaiplmiafhjcmaippbijnacfdmpnnha |
URL Oficial | https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha |
Descrição | Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox |
Tamanho do Arquivo | 21.89 KB |
Contagem de Instalações | 138 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-01-03 |
Data de Publicação | 2017-01-03 |
Desenvolvedor | Esri UK Map Labs |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |