ArcGIS Item-Id Extractor

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

Qu'est-ce que ArcGIS Item-Id Extractor ?

ArcGIS Item-Id Extractor est une extension Chrome développée par apulverizer, et sa fonction principale est "Provices a context menu to extract the item-id from a url to the item details page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ArcGIS Item-Id Extractor

Téléchargez les fichiers d'extension ArcGIS Item-Id Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
URL Officiel 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
Taille du Fichier 15.8 KB
Nombre d'Installations 76
Version Actuelle 0.3
Dernière Mise à Jour 2018-05-18
Date de Publication 2018-05-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur apulverizer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/apulverizer/arcgis-item-id-extractor
URL de la Page d'Aide https://github.com/apulverizer/arcgis-item-id-extractor
Langues Prises en Charge 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
}