ArcGIS Item-Id Extractor

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

Vad är ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor är en Chrome-tillägg utvecklad av apulverizer, och dess huvudfunktion är "Provices a context menu to extract the item-id from a url to the item details page".

Tilläggsskärmbilder

screenshot

Ladda ner ArcGIS Item-Id Extractor-förlängningens CRX-fil

Ladda ner ArcGIS Item-Id Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
Officiell webbadress https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Beskrivning Provices a context menu to extract the item-id from a url to the item details page
Filstorlek 15.8 KB
Antal Installationer 76
Aktuell Version 0.3
Senast Uppdaterad 2018-05-18
Publiceringsdatum 2018-05-17
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare apulverizer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/apulverizer/arcgis-item-id-extractor
Hjälpsida URL https://github.com/apulverizer/arcgis-item-id-extractor
Stödda Språk 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
}