nowaikit-utils 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024-2026 AartiQ
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,152 @@
1
+ <div align="center">
2
+
3
+ # NowAIKit Utils
4
+
5
+ ### The Essential ServiceNow Browser Toolkit
6
+
7
+ [![Chrome](https://img.shields.io/badge/Chrome-Manifest%20V3-4285F4?style=flat-square&logo=google-chrome&logoColor=white)](https://chrome.google.com/webstore)
8
+ [![ServiceNow](https://img.shields.io/badge/ServiceNow-All%20Releases-00D4AA?style=flat-square)](https://developer.servicenow.com)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-f59e0b?style=flat-square)](LICENSE)
10
+ [![Free](https://img.shields.io/badge/Price-Free-00D4AA?style=flat-square)](https://nowaikit.com/products/utils)
11
+
12
+ **Technical names · Quick nav · Copy sys_id · Field inspector · Update set banner · XML/JSON views · Keyboard shortcuts — all in your browser.**
13
+
14
+ Part of the [NowAIKit](https://nowaikit.com) product family.
15
+
16
+ </div>
17
+
18
+ ---
19
+
20
+ ## Features
21
+
22
+ ### Technical Name Resolver
23
+ See the API field name next to every form label. Click any technical name badge to copy it to clipboard instantly.
24
+
25
+ ### Quick Navigation (Ctrl+Shift+K)
26
+ Open the quick navigation bar from any ServiceNow page. Type a table name, sys_id, or URL to navigate instantly.
27
+
28
+ | Input | Action |
29
+ |-------|--------|
30
+ | `incident` | Opens incident_list.do |
31
+ | `abc123def456...` | Opens record with that sys_id |
32
+ | `change_request.do?...` | Navigates to that URL |
33
+
34
+ ### Copy Everything
35
+ - **Ctrl+Shift+C** — Copy sys_id
36
+ - **Ctrl+Shift+U** — Copy current URL
37
+ - Right-click → **Copy sys_id** / **Copy Table Name** / **Copy Record URL**
38
+ - Click any field value's copy button
39
+
40
+ ### Record Info Overlay
41
+ Persistent overlay showing current table, sys_id, and instance name. Click values to copy.
42
+
43
+ ### Update Set Banner
44
+ Always know which update set you're working in with a color-coded banner at the top of the page.
45
+
46
+ ### View Formats
47
+ - **Ctrl+Shift+X** — View record as XML
48
+ - **Ctrl+Shift+J** — View record as JSON (REST API)
49
+ - Right-click → **View as XML** / **View as JSON**
50
+
51
+ ### Context Menu Actions
52
+ Right-click on any ServiceNow page for quick actions:
53
+ - Copy sys_id
54
+ - Copy Record URL
55
+ - Copy Table Name
56
+ - Open Table List View
57
+ - View Table Schema
58
+ - View as XML
59
+ - View as JSON (REST)
60
+
61
+ ### Additional Features
62
+ - **Field copy buttons** — Hover over any field value to see a copy button
63
+ - **Keyboard shortcuts** — 6 shortcuts for common actions
64
+ - **Configurable** — Toggle any feature on/off from the popup or settings page
65
+ - **Minimal footprint** — Lightweight, no external dependencies
66
+ - **Privacy-first** — No data collection, no external requests, no telemetry
67
+
68
+ ---
69
+
70
+ ## Keyboard Shortcuts
71
+
72
+ | Shortcut | Action |
73
+ |----------|--------|
74
+ | `Ctrl+Shift+K` | Quick Navigation |
75
+ | `Ctrl+Shift+C` | Copy sys_id |
76
+ | `Ctrl+Shift+U` | Copy current URL |
77
+ | `Ctrl+Shift+L` | Open List View |
78
+ | `Ctrl+Shift+X` | View as XML |
79
+ | `Ctrl+Shift+J` | View as JSON |
80
+
81
+ ---
82
+
83
+ ## Installation
84
+
85
+ ### From Chrome Web Store (Recommended)
86
+ 1. Visit the [Chrome Web Store listing](https://chrome.google.com/webstore)
87
+ 2. Click **Add to Chrome**
88
+ 3. Navigate to any ServiceNow instance
89
+ 4. The NowAIKit Utils icon will activate automatically
90
+
91
+ ### Manual Installation (Developer Mode)
92
+ 1. Download or clone this repository
93
+ 2. Open Chrome → `chrome://extensions`
94
+ 3. Enable **Developer mode** (top right toggle)
95
+ 4. Click **Load unpacked**
96
+ 5. Select the `nowaikit-utils` folder
97
+ 6. Navigate to any ServiceNow instance
98
+
99
+ ---
100
+
101
+ ## Configuration
102
+
103
+ Click the NowAIKit Utils icon in the toolbar to toggle features, or go to the full settings page:
104
+
105
+ | Feature | Default | Description |
106
+ |---------|---------|-------------|
107
+ | Technical Names | ON | Show field API names on form labels |
108
+ | Update Set Banner | ON | Show current update set at top |
109
+ | Field Copy Buttons | ON | Copy buttons on field values |
110
+ | Quick Navigation | ON | Ctrl+Shift+K navigation bar |
111
+ | Node Switcher | ON | Switch between app nodes |
112
+ | Script Highlighting | ON | Enhanced script field highlighting |
113
+ | Field Type Tooltips | ON | Field type info on hover |
114
+
115
+ ---
116
+
117
+ ## Supported Pages
118
+
119
+ NowAIKit Utils works on:
120
+ - **Form views** (record.do?sys_id=...)
121
+ - **List views** (table_list.do)
122
+ - **Classic UI** and **Next Experience / Workspace**
123
+ - All standard ServiceNow domain patterns:
124
+ - `*.service-now.com`
125
+ - `*.servicenow.com`
126
+
127
+ ---
128
+
129
+ ## Privacy & Security
130
+
131
+ - **No data collection** — We never collect, store, or transmit your ServiceNow data
132
+ - **No external requests** — The extension never communicates with external servers
133
+ - **No telemetry** — No analytics, no tracking, no usage data
134
+ - **Minimal permissions** — Only requests access to ServiceNow domains
135
+ - **Open source** — Full source code available for review
136
+
137
+ ---
138
+
139
+ ## Part of the NowAIKit Family
140
+
141
+ | Product | Description |
142
+ |---------|-------------|
143
+ | **[NowAIKit](https://nowaikit.com)** | 400+ MCP tools for ServiceNow |
144
+ | **[NowAIKit Apex](https://nowaikit.com/products/apex)** | Instance scanning, code review, test planning, documentation |
145
+ | **[NowAIKit Builder](https://nowaikit.com/products/builder)** | VS Code extension for ServiceNow development |
146
+ | **NowAIKit Utils** | Chrome extension (you are here) |
147
+
148
+ ---
149
+
150
+ ## License
151
+
152
+ MIT — see [LICENSE](LICENSE) for details.