ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

What is ArcGIS Enterprise Search?

ArcGIS Enterprise Search is a Chrome extension developed by Esri UK Map Labs, and its main feature is "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox".

Extension Screenshots

screenshot

Download ArcGIS Enterprise Search Extension CRX File

Download ArcGIS Enterprise Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
Official URL https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
Description Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
File Size 21.89 KB
Installation Count 138
Current Version 1.0.2
Last Updated 2017-01-03
Publish Date 2017-01-03
Developer Esri UK Map Labs
Email [email protected]
Payment Type free
Supported Languages 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
}