ServiceNow Helper
ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
ما هو ServiceNow Helper؟
ServiceNow Helper هو إضافة Chrome تم تطويرها بواسطة Dennis، والميزة الرئيسية لها هي "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ServiceNow Helper
قم بتنزيل ملفات الامتداد ServiceNow Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Current features: - New in v1.5: Add notes to your instances. - Open your ServiceNow instances with one click. - Switch easily and fast between instances. - Measure client-side dashboard performance on a Service Portal. - Add the Application navigator when it's not shown. There are no customizations needed on your ServiceNow instances for this extension to work.
معلومات أساسية عن التمديد
الاسم | ServiceNow Helper |
ID | eepchnnogblhpifamaeejlpkigkcjkke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke |
الوصف | ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way. |
حجم الملف | 79.85 KB |
عدد التثبيتات | 167 |
النسخة الحالية | 1.5.5 |
آخر تحديث | 2022-03-01 |
تاريخ النشر | 2020-04-03 |
المطور | Dennis |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.5", "name": "ServiceNow Helper", "short_name": "SN Helper", "author": "OneStarter", "description": "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |