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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον echo-for-arcgis, και η κύρια λειτουργία του είναι "Echo for ArcGIS is a powerful browser extension for ArcGIS. Manage multiple accounts in ArcGIS Online/ArcGIS Enterprise.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Echo for ArcGIS

Λήψη αρχείων επέκτασης 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 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
    }
}