ArcGIS Item-Id Extractor

Provices a context menu to extract the item-id from a url to the item details page

What is ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor is a Chrome extension developed by apulverizer, and its main feature is "Provices a context menu to extract the item-id from a url to the item details page".

Extension Screenshots

screenshot

Download ArcGIS Item-Id Extractor Extension CRX File

Download ArcGIS Item-Id Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
Official URL https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Description Provices a context menu to extract the item-id from a url to the item details page
File Size 15.8 KB
Installation Count 76
Current Version 0.3
Last Updated 2018-05-18
Publish Date 2018-05-17
Rating 5.00/5 Total 3 Ratings
Developer apulverizer
Email [email protected]
Payment Type free
Extension Website https://github.com/apulverizer/arcgis-item-id-extractor
Help Page URL https://github.com/apulverizer/arcgis-item-id-extractor
Supported Languages 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
}