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 apulverizer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provices a context menu to extract the item-id from a url to the item details page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ArcGIS Item-Id Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}