SN Utils OnPrem
ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)
SN Utils OnPrem란 무엇입니까?
SN Utils OnPrem은(는) https://arnoudkooi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)"입니다.
확장 프로그램 스크린샷
SN Utils OnPrem 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
USE THE NORMAL SN UTILS VERSIONS IF YOU ARE ON SERVICE-NOW.COM This is a version of ServiceNow Utils that supports instances NOT hosted via service-now.com Please use the normal version if working only on service-now.com, this needs more access. Features: NOTE: For instances not on service-now.com use SN Utils OnPrem! Current features: - Favicon Badges - Slashcommands type in /help to know more about this feature - Edit scripts and widgets in VS Code! (requires sn-scriptsync) - Show technical names: Show useful info like choice value and name next to labels. - Search updatesets in progress, view list and set current. - View your last 20 updates, browse to related record. (Admin role only) - Node switching. - Search tables and open list, dictionary or schema map. - View the data and columns of the current record in a table (similair to view XML) - Select a (abstract) username, view details of user. - Provide (context aware) links to relevant places. - Ability to popin, popout, or copy a tab. (also via context menu) - Generate GlideRecord template, based on list - Save record with CTRL-S / CMD-S - Rightclick to go to Scriptinclude, table or search - Paste a clipboard image to any record with CTRL-V / CMD-V - CMD / CTRL Click in a form on element labels, to build conditions and open list - Support for Studio - Context menu code snippets and links There are no assets required on your instances.
확장 프로그램 기본 정보
이름 | SN Utils OnPrem |
ID | lfabkiipmidkmhplochgpbaeekjjfbch |
공식 URL | https://chromewebstore.google.com/detail/sn-utils-onprem/lfabkiipmidkmhplochgpbaeekjjfbch |
설명 | ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow) |
파일 크기 | 3.92 MB |
설치 횟수 | 6,310 |
현재 버전 | 7.3.4.4 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2020-06-28 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://arnoudkooi.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.arnoudkooi.com |
도움말 페이지 URL | https://github.com/arnoudkooi/ServiceNow-Utils/issues |
개인정보 보호 정책 페이지 URL | https://github.com/arnoudkooi/ServiceNow-Utils/blob/master/PRIVACY.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Utils OnPrem", "short_name": "SN Utils Onprem", "description": "ServiceNow Productivity tools. (Personal work, not affiliated to ServiceNow)", "author": "Arnoud Kooi \/ arnoudkooi.com", "version": "7.3.4.4", "manifest_version": 3, "permissions": [ "activeTab", "declarativeContent", "storage", "contextMenus", "cookies" ], "icons": { "16": "images\/op16.png", "24": "images\/op24.png", "32": "images\/op32.png", "48": "images\/op48.png", "128": "images\/op128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |