ArcGIS Item-Id Extractor

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

Cos'è ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor è un'estensione di Chrome sviluppata da apulverizer, e la sua funzione principale è "Provices a context menu to extract the item-id from a url to the item details page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ArcGIS Item-Id Extractor

Scarica i file di estensione ArcGIS Item-Id Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
URL Ufficiale https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Descrizione Provices a context menu to extract the item-id from a url to the item details page
Dimensione del File 15.8 KB
Conteggio Installazioni 76
Versione Corrente 0.3
Ultimo Aggiornamento 2018-05-18
Data di Pubblicazione 2018-05-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore apulverizer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/apulverizer/arcgis-item-id-extractor
URL della Pagina di Aiuto https://github.com/apulverizer/arcgis-item-id-extractor
Lingue Supportate 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
}