SwissNow - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
SwissNow - ServiceNOW toolboxคืออะไร?
SwissNow - ServiceNOW toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Łukasz Krzaczkowski และคุณลักษณะหลักของมันคือ "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwissNow - ServiceNOW toolbox
ดาวน์โหลดไฟล์ส่วนขยาย SwissNow - ServiceNOW toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using SwissNow, you can: 1. Check current logged in user, selected Update Set, Scope and Domain 2. Check plaftorm information (e.g. nodes). Switch active node. 3. Switch to the same record/view in another ServiceNow environment 4. View recent changes tracked in Update Sets 5. Custom utility scripts (= parametrized background scripts) 6. Configuration packages - export records from multiple tables into single file with just one click 7. Compare the same record or the same list of records on different environments. Multi-line values (e.g. scripts) highlights changed lines. Comparison of workflow activities on a list (wf_activity_list.do) includes activity variables (e.g. script in RunScript action) 8. Compare all rows/records in a list with each other 9. Add a prefix in your tab title - the prefix will indicate the ServiceNow environment you're connected to 10. Watch list. You can monitor a result of a list query. Once list content has been changed, you will receive a desktop notification from Chrome. 11. Embed current view in the ServiceNow UI. Pop-pop current view from the ServiceNow UI 12. Generate GlideRecord code for selected query 13. Edit ServiceNow background scripts locally, using your favourite IDE/editor (press CTRL-Enter to execute script) 14. Cancel your long-running blocking transactions 15. Search table by name 16. Context menu search global search 17. Add arbitrary records to an update set There is a separate version of the plugin to be used with OnPrem ServiceNow instances.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SwissNow - ServiceNOW toolbox |
ID | jneeammdkdmlfgidcacmjmbijdmkdbjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
คำอธิบาย | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
ขนาดไฟล์ | 792 KB |
จำนวนการติดตั้ง | 2,527 |
เวอร์ชันปัจจุบัน | 0.13.704-S |
อัปเดตครั้งล่าสุด | 2023-07-05 |
วันที่เผยแพร่ | 2020-05-19 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Łukasz Krzaczkowski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://community.servicenow.com/community?id=community_article&sys_id=a0bc2a25dbd0dbc01dcaf3231f9619d1 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "SwissNow - ServiceNOW toolbox", "name": "SwissNow - ServiceNOW toolbox", "description": "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.", "version": "0.13.704", "version_name": "0.13.704-S", "page_action": { "default_icon": "menu_active.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "cookies", "storage", "alarms", "notifications", "contextMenus", "*:\/\/*.service-now.com\/", "file:\/\/\/*.js" ], "icons": { "16": "menu_active.png", "128": "menu_active.png" }, "background": { "scripts": [ "common.js", "js\/2.5.3-crypto-sha1.js", "polling.js", "background.js" ] } } |