ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

ArcGIS Enterprise Searchคืออะไร?

ArcGIS Enterprise Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esri UK Map Labs และคุณลักษณะหลักของมันคือ "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS Enterprise Search

ดาวน์โหลดไฟล์ส่วนขยาย ArcGIS Enterprise Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
คำอธิบาย Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
ขนาดไฟล์ 21.89 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-01-03
วันที่เผยแพร่ 2017-01-03
ผู้พัฒนา Esri UK Map Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}