ArcGIS Item-Id Extractor

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

Hvad er ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor er en Chrome-udvidelse udviklet af apulverizer, og dens hovedfunktion er "Provices a context menu to extract the item-id from a url to the item details page".

Udvidelsesskærmbilleder

screenshot

Download ArcGIS Item-Id Extractor-udvidelses-CRX-fil

Download ArcGIS Item-Id Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
Officiel URL https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Beskrivelse Provices a context menu to extract the item-id from a url to the item details page
Filstørrelse 15.8 KB
Antal Installationer 76
Nuværende Version 0.3
Senest Opdateret 2018-05-18
Udgivelsesdato 2018-05-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler apulverizer
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/apulverizer/arcgis-item-id-extractor
Hjælpeside-URL https://github.com/apulverizer/arcgis-item-id-extractor
Understøttede Sprog 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
}