AI 产品解读Productivity and navigation toolkit for ServiceNow instances
ServiceNow administrators and developers often struggle with navigating complex instance structures, finding specific records, tables, or configuration items quickly. This extension streamlines these tasks by providing global search, quick navigation, and context menu actions directly within the browser.
User installs extension -> Extension detects ServiceNow URLs -> User can use popup or context menus to search records/tables or navigate to specific ServiceNow pages -> Extension leverages user's existing ServiceNow session to perform actions.
Global Search for records, tables, users, sys IDs, and dictionary entriesExtended search for documentation, business rules, scripts, and moreQuick navigation to common ServiceNow pages (e.g., System Properties, Update Sets)Context menu integration for faster access to ServiceNow featuresInstance management and productivity boosts
- 目标用户
- ServiceNow Administrators / ServiceNow Developers
- The 'Pro' feature status is ambiguous due to the disabled backend, but evidence suggests it's not an active paid feature.
付费分析未识别到付费功能
The extension appears to be free. While there is a 'Pro' badge and a `checkProAccess` function in `lib-custom/access.js`, the backend URL for checking pro access is `null` (`const sntkBackend = null;`), meaning the check currently fails or is disabled. The only way to get `pro_access: true` currently is if the subdomain matches a PDI (Personal Development Instance) regex (`/^dev\d+$/`), which is a ServiceNow instance type, not a paid extension tier. There are no payment gateways, subscription management, or license key validation code in the extension. The 'Pro' features seem to be either disabled or tied to the ServiceNow instance type rather than a paid extension subscription.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a productivity tool specifically for ServiceNow instances (https://*.service-now.com/*). ServiceNow is an enterprise SaaS platform that strictly requires user authentication (username/password or SSO) to access any instance data, perform searches, or use management features. The extension itself does not implement its own account system but relies entirely on the user being logged into their ServiceNow instance. The code interacts with ServiceNow APIs (e.g., /api/now/ui/polaris/menu) which require valid session cookies from the ServiceNow login.