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".
Снимки экрана расширения
Скачать файл 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 |
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 } |