Echo for ArcGIS
Echo for ArcGIS is a powerful browser extension for ArcGIS. Manage multiple accounts in ArcGIS Online/ArcGIS Enterprise.
什麼是Echo for ArcGIS?
Echo for ArcGIS是由echo-for-arcgis開發的Chrome擴展程式,該擴展的主要功能是“Echo for ArcGIS is a powerful browser extension for ArcGIS. Manage multiple accounts in ArcGIS Online/ArcGIS Enterprise.”。
擴展截圖
下載Echo for ArcGIS擴展crx文件
下載Echo for ArcGIS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Echo for ArcGIS links directly to all your ArcGIS Online and Enterprise accounts. Echo offers a user-friendly design for quick access to all your content, groups, and favorites. Access all your regular resources from one simple browser extension. Try out the AppLauncher, which links directly to the Developers site and powerful apps like Survey123, Operations Dashboard, and more. Link multiple accounts, and easily toggle between them without logging out. Quick link to Technical Support and the vast library of Training Materials. Dive in and join the GeoNet community, where customers, partners, and staff connect, collaborate, and share experiences. Customize your Echo settings to manage connected accounts, choose your default Echo landing page, and suggest new ideas for the Echo. Streamline your experience with Echo. Echo is powered by GeoMarvel, a GIS software development company offering a range of GIS, cloud, data, and GIS support services. Visit the GeoMarvel tab to learn more.
擴展基本資訊
名稱 | Echo for ArcGIS |
ID | mkeckgendkgcofhhenfkknonnkoboobm |
官方網址 | https://chromewebstore.google.com/detail/echo-for-arcgis/mkeckgendkgcofhhenfkknonnkoboobm |
簡介 | Echo for ArcGIS is a powerful browser extension for ArcGIS. Manage multiple accounts in ArcGIS Online/ArcGIS Enterprise. |
檔案大小 | 5.74 MB |
安裝次數 | 1,000 |
目前版本 | 1.3.0 |
更新時間 | 2020-11-17 |
上架時間 | 2019-04-19 |
評分 | 4.78/5 共 9 次評分 |
開發者 | echo-for-arcgis |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://echo.geomarvel.com/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Echo for ArcGIS", "description": "Echo for ArcGIS is a powerful browser extension for ArcGIS. Manage multiple accounts in ArcGIS Online\/ArcGIS Enterprise.", "version": "1.3.0", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |