ArcGIS Item-Id Extractor

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

Τι είναι το ArcGIS Item-Id Extractor;

Το ArcGIS Item-Id Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον apulverizer, και η κύρια λειτουργία του είναι "Provices a context menu to extract the item-id from a url to the item details page".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ArcGIS Item-Id Extractor

Λήψη αρχείων επέκτασης ArcGIS Item-Id Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
Επίσημο URL https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Περιγραφή Provices a context menu to extract the item-id from a url to the item details page
Μέγεθος Αρχείου 15.8 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2018-05-18
Ημερομηνία Δημοσίευσης 2018-05-17
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής apulverizer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/apulverizer/arcgis-item-id-extractor
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/apulverizer/arcgis-item-id-extractor
Υποστηριζόμενες Γλώσσες 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
}