ArcGIS Enterprise Search
Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
ArcGIS Enterprise Search क्या है?
ArcGIS Enterprise Search Esri UK Map Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ArcGIS Enterprise Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |