ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

Vad är ArcGIS Enterprise Search?

ArcGIS Enterprise Search är en Chrome-tillägg utvecklad av Esri UK Map Labs, och dess huvudfunktion är "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox".

Tilläggsskärmbilder

screenshot

Ladda ner ArcGIS Enterprise Search-förlängningens CRX-fil

Ladda ner ArcGIS Enterprise Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
Officiell webbadress https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
Beskrivning Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
Filstorlek 21.89 KB
Antal Installationer 138
Aktuell Version 1.0.2
Senast Uppdaterad 2017-01-03
Publiceringsdatum 2017-01-03
Utvecklare Esri UK Map Labs
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}