ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

ArcGIS Enterprise Search là gì?

ArcGIS Enterprise Search là một tiện ích mở rộng Chrome được phát triển bởi Esri UK Map Labs, và tính năng chính của nó là "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ArcGIS Enterprise Search

Tải xuống các tệp mở rộng ArcGIS Enterprise Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
URL Chính Thức https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
Mô tả Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
Kích Thước Tệp 21.89 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-01-03
Ngày Phát Hành 2017-01-03
Nhà Phát Triển Esri UK Map Labs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}