ArcGIS Item-Id Extractor

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

Co to jest ArcGIS Item-Id Extractor?

ArcGIS Item-Id Extractor to rozszerzenie Chrome opracowane przez apulverizer, a jego główną funkcją jest „Provices a context menu to extract the item-id from a url to the item details page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ArcGIS Item-Id Extractor

Pobierz pliki rozszerzeń ArcGIS Item-Id Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ArcGIS Item-Id Extractor ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
Oficjalny URL https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol
Opis Provices a context menu to extract the item-id from a url to the item details page
Rozmiar pliku 15.8 KB
Liczba instalacji 76
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-05-18
Data Publikacji 2018-05-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper apulverizer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/apulverizer/arcgis-item-id-extractor
Adres URL Strony Pomocy https://github.com/apulverizer/arcgis-item-id-extractor
Obsługiwane Języki 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
}