ArcGIS Item-Id Extractor
Provices a context menu to extract the item-id from a url to the item details page
Was ist ArcGIS Item-Id Extractor?
ArcGIS Item-Id Extractor ist eine Chrome-Erweiterung, die von apulverizer entwickelt wurde, und ihr Hauptmerkmal ist "Provices a context menu to extract the item-id from a url to the item details page".
Erweiterungsscreenshots
ArcGIS Item-Id Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie ArcGIS Item-Id Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple Chrome extension to copy the item-id of an item on ArcGIS Online to the clipboard. Right click on any link that matches opens the item details page, Operations Dashboard, Webmap Viewer, or Workforce in ArcGIS Online or Portal.
Grundlegende Informationen zur Erweiterung
Name | ArcGIS Item-Id Extractor |
ID | mlelopenabdjdleeijfiakmddpponpol |
Offizielle URL | https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol |
Beschreibung | Provices a context menu to extract the item-id from a url to the item details page |
Dateigröße | 15.8 KB |
Installationsanzahl | 76 |
Aktuelle Version | 0.3 |
Letztes Update | 2018-05-18 |
Veröffentlichungsdatum | 2018-05-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | apulverizer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/apulverizer/arcgis-item-id-extractor |
Hilfeseite URL | https://github.com/apulverizer/arcgis-item-id-extractor |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Item-Id Extractor", "description": "Provices a context menu to extract the item-id from a url to the item details page", "version": "0.3", "permissions": [ "contextMenus" ], "background": { "scripts": [ "arcgis_item_id_extractor.js" ] }, "icons": { "16": "clippy-16.png", "48": "clippy-48.png", "128": "clippy-128.png" }, "manifest_version": 2 } |