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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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 } |