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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |