ArcGIS Item-Id Extractor

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

Apa itu ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor adalah ekstensi Chrome yang dikembangkan oleh apulverizer, dan fitur utamanya adalah "Provices a context menu to extract the item-id from a url to the item details page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ArcGIS Item-Id Extractor

Unduh file ekstensi ArcGIS Item-Id Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
URL Resmi https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Deskripsi Provices a context menu to extract the item-id from a url to the item details page
Ukuran File 15.8 KB
Jumlah Instalasi 76
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-05-18
Tanggal Publikasi 2018-05-17
Penilaian 5.00/5 Total 3 Penilaian
Pengembang apulverizer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/apulverizer/arcgis-item-id-extractor
URL Halaman Bantuan https://github.com/apulverizer/arcgis-item-id-extractor
Bahasa yang Didukung 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
}