ArcGIS Item-Id Extractor
Provices a context menu to extract the item-id from a url to the item details page
Co je ArcGIS Item-Id Extractor?
ArcGIS Item-Id Extractor je rozšíření Chrome vyvinuté apulverizer, a jeho hlavní funkcí je „Provices a context menu to extract the item-id from a url to the item details page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ArcGIS Item-Id Extractor
Stáhněte si soubory rozšíření ArcGIS Item-Id Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ArcGIS Item-Id Extractor |
ID | mlelopenabdjdleeijfiakmddpponpol |
Oficiální URL | https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol |
Popis | Provices a context menu to extract the item-id from a url to the item details page |
Velikost souboru | 15.8 KB |
Počet instalací | 76 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2018-05-18 |
Datum Vydání | 2018-05-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | apulverizer |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/apulverizer/arcgis-item-id-extractor |
URL Stránky Nápovědy | https://github.com/apulverizer/arcgis-item-id-extractor |
Podporované Jazyky | 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 } |