ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

Co to jest ArcGIS Enterprise Search?

ArcGIS Enterprise Search to rozszerzenie Chrome opracowane przez Esri UK Map Labs, a jego główną funkcją jest „Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ArcGIS Enterprise Search

Pobierz pliki rozszerzeń ArcGIS Enterprise Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
Oficjalny URL https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
Opis Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
Rozmiar pliku 21.89 KB
Liczba instalacji 138
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-01-03
Data Publikacji 2017-01-03
Deweloper Esri UK Map Labs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}