ArcGIS Item-Id Extractor
Provices a context menu to extract the item-id from a url to the item details page
Wat is ArcGIS Item-Id Extractor?
ArcGIS Item-Id Extractor is een Chrome-extensie ontwikkeld door apulverizer, en de belangrijkste functie is "Provices a context menu to extract the item-id from a url to the item details page".
Extensie Screenshots
Download het CRX-bestand van de extensie ArcGIS Item-Id Extractor
Download ArcGIS Item-Id Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ArcGIS Item-Id Extractor |
ID | mlelopenabdjdleeijfiakmddpponpol |
Officiële URL | https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol |
Beschrijving | Provices a context menu to extract the item-id from a url to the item details page |
Bestandsgrootte | 15.8 KB |
Aantal Installaties | 76 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-05-18 |
Publicatiedatum | 2018-05-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | apulverizer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/apulverizer/arcgis-item-id-extractor |
Help Pagina-URL | https://github.com/apulverizer/arcgis-item-id-extractor |
Ondersteunde Talen | 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 } |