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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provices a context menu to extract the item-id from a url to the item details page"입니다.

확장 프로그램 스크린샷

screenshot

ArcGIS Item-Id Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}