SN Instances manager
This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
ما هو SN Instances manager؟
SN Instances manager هو إضافة Chrome تم تطويرها بواسطة Daniele Songini، والميزة الرئيسية لها هي "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SN Instances manager
قم بتنزيل ملفات الامتداد SN Instances manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying activities like copying and pasting URL between multiple customers’ instances. It helps organize your work without having a crowded bookmarks bar. With only 3 click, you can access all of the most used functionalities
معلومات أساسية عن التمديد
الاسم | |
ID | ieieikplgpickbdhfoeldalfkgkemece |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece |
الوصف | This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying… |
حجم الملف | 19.53 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-08-23 |
تاريخ النشر | 2017-08-23 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Daniele Songini |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SN Instances manager", "version": "1.0", "author": "Songini Daniele", "icons": { "48": "icons\/meNow.ico" }, "browser_action": { "default_icon": "icons\/meNow.ico", "default_title": "Manage Instance", "default_popup": "popup\/manageInstance.html" }, "options_ui": { "page": "settings\/options.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ " |