ServiceNow Power Search

Keyboard-first ServiceNow query builder with dynamic field selection, multi-condition search, and reference field resolver.

As of June 2026, ServiceNow Power Search has 4 users in the Developer Tools category.

Usersno change0%
4
4
Ratingno change0%
— reviews
Reviewsno change0%
Version
2.1.1
Manifest V3
90-day change · In the last 90 days this extension 3 version updates.

History

6 snapshots

Tracking since May 7, 2026.

5.3230.6799999999999997May 7, 2026Jun 13, 2026
View as table
DateUsersRatingReviewsVersion
May 7, 20261.5.0
May 11, 20261.5.0
May 17, 202612.0.0
May 30, 202632.1.0
Jun 5, 202652.1.1
Jun 13, 202632.1.1
Now42.1.1

Changelog

  • May 30, 2026
    description
    ServiceNow Power Search is a keyboard-first query builder that lets developers,
    administrators, and power users build complex ServiceNow encoded queries in
    seconds — directly from the browser toolbar.
    
    SMART FIELD AUTOCOMPLETE
    Fetches real field names and labels live from your instance's sys_dictionary.
    Type to filter from hundreds of fields instantly, including fields inherited
    from parent tables via the full super_class chain. A refresh button forces
    an immediate reload whenever you need the latest schema.
    
    MULTI-CONDITION BUILDER
    Stack multiple conditions using the + Add button or Ctrl+Enter. Each condition
    becomes a removable chip. Toggle the join mode between AND and OR per condition.
    All chips combine automatically into a single encoded query.
    
    DOT-WALK RELATED FIELDS
    Click → on any reference-type field to drill into the referenced table and
    build dot-walk queries like assigned_to.department.name. A breadcrumb header
    shows the current path and a ← Back button navigates up. Multi-level traversal
    is fully supported — go as deep as you need.
    
    REFERENCE FIELD RESOLVER
    Automatically detects reference-type fields (marked with a REF badge). Type a
    display name and pick from live typeahead results — the extension resolves it
    to the correct sys_id automatically. Type without picking to get a dot-walk
    query against the display field instead.
    
    IMPORT FROM PAGE
    On any ServiceNow list view, click Import to pull the active page's filters
    directly into the builder. Conditions are appended to what you are already
    building — no duplicates, no overwrites.
    
    ADVANCED QUERY
    Paste a raw encoded query string into the Advanced field and it is appended to
    your conditions with ^. Use it for anything the UI does not cover directly.
    
    SAVED TEMPLATES & HISTORY
    Save named search templates with one click. Export them as JSON to share with
    teammates. Import theirs in return. The last 8 searches are also saved
    automatically as quick-access chips.
    
    ZERO SETUP REQUIRED
    Opens with your ServiceNow instance already detected via a live tab badge. If
    you are viewing a list page, the table is pre-selected automatically. Switch
    tabs and the badge updates in real time — a non-ServiceNow tab shows a clear
    error so you always know your context. All API calls run inside your existing
    browser session — no re-authentication, no credential prompts.
    
    SUPPORTED TABLES
    ITSM (Incidents, Changes, Problems, Requests, Tasks, Approvals), CMDB, Users,
    Groups, System / Admin scripts and update sets, Knowledge Articles, Stories,
    and any custom table via free-text entry.
    
    KEYBOARD SHORTCUTS
    ↑↓ navigate fields · Enter/Tab select · Ctrl+Enter add condition · Esc close
    · Letter keys jump to first matching table in the dropdown
    
    PRIVACY
    No data is collected or transmitted externally. Everything stays in local
    browser storage on your own device.
    
    Key changes from the previous version:
    
    DOT-WALK is now its own section (new in v2.1.0)
    IMPORT FROM PAGE added (new in v2.1.0)
    ADVANCED QUERY added
    AND/OR join toggle noted in Multi-Condition Builder
    Tab-aware instance badge and non-SN tab error state added to Zero Setup
    Letter-key navigation added to keyboard shortcuts
    Supported Tables expanded to reflect all groups (ITSM, CMDB, Admin, Story, etc.)
    Cache refresh button mentioned in Field Autocomplete
    ServiceNow Power Search is a keyboard-first query builder that lets developers, administrators, and power users build complex ServiceNow encoded queries in seconds — directly from the browser toolbar.
    
    SMART FIELD AUTOCOMPLETE
    Fetches real field names and labels live from your instance's sys_dictionary. Type to filter from hundreds of fields instantly, including fields inherited from parent tables via the full super_class chain. A refresh button forces an immediate reload whenever you need the latest schema.
    
    MULTI-CONDITION BUILDER
    Stack multiple conditions using the + Add button or Ctrl+Enter. Each condition becomes a removable chip. Toggle the join mode between AND and OR per condition. All chips combine automatically into a single encoded query.
    
    DOT-WALK RELATED FIELDS
    Click → on any reference-type field to drill into the referenced table and build dot-walk queries like assigned_to.department.name. A breadcrumb header shows the current path and a ← Back button navigates up. Multi-level traversal is fully supported — go as deep as you need.
    
    REFERENCE FIELD RESOLVER
    Automatically detects reference-type fields (marked with a REF badge). Type a display name and pick from live typeahead results — the extension resolves it to the correct sys_id automatically. Type without picking to get a dot-walk query against the display field instead.
    
    IMPORT FROM PAGE
    On any ServiceNow list view, click Import to pull the active page's filters directly into the builder. Conditions are appended to what you are already building — no duplicates, no overwrites.
    
    ADVANCED QUERY
    Paste a raw encoded query string into the Advanced field and it is appended to your conditions with ^. Use it for anything the UI does not cover directly.
    
    SAVED TEMPLATES & HISTORY
    Save named search templates with one click. Export them as JSON to share with teammates. Import theirs in return. The last 10 searches are also saved automatically as quick-access chips.
    
    ZERO SETUP REQUIRED
    Opens with your ServiceNow instance already detected via a live tab badge. If you are viewing a list page, the table is pre-selected automatically. Switch tabs and the badge updates in real time — a non-ServiceNow tab shows a clear error so you always know your context. All API calls run inside your existing browser session — no re-authentication, no credential prompts.
    
    SUPPORTED TABLES
    ITSM (Incidents, Changes, Problems, Requests, Tasks, Approvals), CMDB, Users, Groups, System / Admin scripts and update sets, Knowledge Articles, Stories, and any custom table via free-text entry.
    
    KEYBOARD SHORTCUTS
    ↑↓ navigate fields · Enter/Tab select · Ctrl+Enter add condition · Esc close · Letter keys jump to first matching table in the dropdown
    
    PRIVACY
    No data is collected or transmitted externally. Everything stays in local browser storage on your own device.
    
    What's new in v2.1.1
    
    Comparison operators (greater than, less than, ≥, ≤) now emit ServiceNow's symbol operators (>, <, >=, <=) so they parse correctly
    Import from page now recognizes the "does not contain" operator, so those list filters import cleanly
    Restored the one-line operator hint under the operator dropdown
    Reliability fixes: status-message timing, "Clear all" recent button, condition-delete confirmation state, and broader keyboard focus outlines
    Earlier — v2.1.0 highlights
    
    Dot-walk related fields with breadcrumb navigation (new section)
    Import from page
    Advanced query field
    AND/OR join toggle per condition
    Tab-aware instance badge with a non-ServiceNow error state
    Letter-key table navigation and "starts with" as the default operator
    Expanded supported-table groups (ITSM, CMDB, Users, Admin, Knowledge, Story) plus the sys_dictionary cache refresh button
  • May 17, 2026
    description
    ServiceNow Power Search is a keyboard-first query builder that lets developers,
    administrators, and power users build complex ServiceNow encoded queries in
    seconds — directly from the browser toolbar.
    
    SMART FIELD AUTOCOMPLETE
    Fetches real field names and labels live from your instance's sys_dictionary.
    Type to filter from hundreds of fields instantly, including fields inherited
    from parent tables via the full super_class chain.
    
    MULTI-CONDITION BUILDER
    Stack multiple AND conditions using the + Add button or Ctrl+Enter. Each
    condition becomes a removable chip. All chips combine automatically into a
    single encoded query joined with ^.
    
    REFERENCE FIELD RESOLVER
    Automatically detects reference-type fields (Assigned To, Caller, etc.). Type
    a display name and the extension resolves it to the correct sys_id using a
    live lookup against the reference table — no manual copying of sys_ids.
    
    SAVED TEMPLATES & HISTORY
    Save named search templates with one click. Export them as JSON to share with
    teammates. Import theirs in return. The last 8 searches are also saved
    automatically as quick-access chips.
    
    ZERO SETUP REQUIRED
    Opens with your ServiceNow instance already detected. If you are viewing a
    list page, the table is pre-selected automatically. All API calls run inside
    your existing browser session — no re-authentication, no credential prompts.
    
    SUPPORTED TABLES
    Incidents, Change Requests, Problems, Service Requests, Tasks, CMDB CIs,
    Users, Groups, Knowledge Articles, and any custom table.
    
    KEYBOARD SHORTCUTS
    ↑↓ navigate fields · Enter/Tab select · Ctrl+Enter add condition · Esc close
    
    PRIVACY
    No data is collected or transmitted externally. Everything stays in local
    browser storage on your own device.
    ServiceNow Power Search is a keyboard-first query builder that lets developers,
    administrators, and power users build complex ServiceNow encoded queries in
    seconds — directly from the browser toolbar.
    
    SMART FIELD AUTOCOMPLETE
    Fetches real field names and labels live from your instance's sys_dictionary.
    Type to filter from hundreds of fields instantly, including fields inherited
    from parent tables via the full super_class chain. A refresh button forces
    an immediate reload whenever you need the latest schema.
    
    MULTI-CONDITION BUILDER
    Stack multiple conditions using the + Add button or Ctrl+Enter. Each condition
    becomes a removable chip. Toggle the join mode between AND and OR per condition.
    All chips combine automatically into a single encoded query.
    
    DOT-WALK RELATED FIELDS
    Click → on any reference-type field to drill into the referenced table and
    build dot-walk queries like assigned_to.department.name. A breadcrumb header
    shows the current path and a ← Back button navigates up. Multi-level traversal
    is fully supported — go as deep as you need.
    
    REFERENCE FIELD RESOLVER
    Automatically detects reference-type fields (marked with a REF badge). Type a
    display name and pick from live typeahead results — the extension resolves it
    to the correct sys_id automatically. Type without picking to get a dot-walk
    query against the display field instead.
    
    IMPORT FROM PAGE
    On any ServiceNow list view, click Import to pull the active page's filters
    directly into the builder. Conditions are appended to what you are already
    building — no duplicates, no overwrites.
    
    ADVANCED QUERY
    Paste a raw encoded query string into the Advanced field and it is appended to
    your conditions with ^. Use it for anything the UI does not cover directly.
    
    SAVED TEMPLATES & HISTORY
    Save named search templates with one click. Export them as JSON to share with
    teammates. Import theirs in return. The last 8 searches are also saved
    automatically as quick-access chips.
    
    ZERO SETUP REQUIRED
    Opens with your ServiceNow instance already detected via a live tab badge. If
    you are viewing a list page, the table is pre-selected automatically. Switch
    tabs and the badge updates in real time — a non-ServiceNow tab shows a clear
    error so you always know your context. All API calls run inside your existing
    browser session — no re-authentication, no credential prompts.
    
    SUPPORTED TABLES
    ITSM (Incidents, Changes, Problems, Requests, Tasks, Approvals), CMDB, Users,
    Groups, System / Admin scripts and update sets, Knowledge Articles, Stories,
    and any custom table via free-text entry.
    
    KEYBOARD SHORTCUTS
    ↑↓ navigate fields · Enter/Tab select · Ctrl+Enter add condition · Esc close
    · Letter keys jump to first matching table in the dropdown
    
    PRIVACY
    No data is collected or transmitted externally. Everything stays in local
    browser storage on your own device.
    
    Key changes from the previous version:
    
    DOT-WALK is now its own section (new in v2.1.0)
    IMPORT FROM PAGE added (new in v2.1.0)
    ADVANCED QUERY added
    AND/OR join toggle noted in Multi-Condition Builder
    Tab-aware instance badge and non-SN tab error state added to Zero Setup
    Letter-key navigation added to keyboard shortcuts
    Supported Tables expanded to reflect all groups (ITSM, CMDB, Admin, Story, etc.)
    Cache refresh button mentioned in Field Autocomplete

Permissions & access

Permissions
activeTabscriptingstoragetabs
Host access
https://*.service-now.com/*

Screenshots

ServiceNow Power Search screenshot 1ServiceNow Power Search screenshot 2ServiceNow Power Search screenshot 3ServiceNow Power Search screenshot 4

About

ServiceNow Power Search is a keyboard-first query builder that lets developers, administrators, and power users build complex ServiceNow encoded queries in seconds — directly from the browser toolbar.

SMART FIELD AUTOCOMPLETE
Fetches real field names and labels live from your instance's sys_dictionary. Type to filter from hundreds of fields instantly, including fields inherited from parent tables via the full super_class chain. A refresh button forces an immediate reload whenever you need the latest schema.

MULTI-CONDITION BUILDER
Stack multiple conditions using the + Add button or Ctrl+Enter. Each condition becomes a removable chip. Toggle the join mode between AND and OR per condition. All chips combine automatically into a single encoded query.

DOT-WALK RELATED FIELDS
Click → on any reference-type field to drill into the referenced table and build dot-walk queries like assigned_to.department.name. A breadcrumb header shows the current path and a ← Back button navigates up. Multi-level traversal is fully supported — go as deep as you need.

REFERENCE FIELD RESOLVER
Automatically detects reference-type fields (marked with a REF badge). Type a display name and pick from live typeahead results — the extension resolves it to the correct sys_id automatically. Type without picking to get a dot-walk query against the display field instead.

IMPORT FROM PAGE
On any ServiceNow list view, click Import to pull the active page's filters directly into the builder. Conditions are appended to what you are already building — no duplicates, no overwrites.

ADVANCED QUERY
Paste a raw encoded query string into the Advanced field and it is appended to your conditions with ^. Use it for anything the UI does not cover directly.

SAVED TEMPLATES & HISTORY
Save named search templates with one click. Export them as JSON to share with teammates. Import theirs in return. The last 10 searches are also saved automatically as quick-access chips.

ZERO SETUP REQUIRED
Opens with your ServiceNow instance already detected via a live tab badge. If you are viewing a list page, the table is pre-selected automatically. Switch tabs and the badge updates in real time — a non-ServiceNow tab shows a clear error so you always know your context. All API calls run inside your existing browser session — no re-authentication, no credential prompts.

SUPPORTED TABLES
ITSM (Incidents, Changes, Problems, Requests, Tasks, Approvals), CMDB, Users, Groups, System / Admin scripts and update sets, Knowledge Articles, Stories, and any custom table via free-text entry.

KEYBOARD SHORTCUTS
↑↓ navigate fields · Enter/Tab select · Ctrl+Enter add condition · Esc close · Letter keys jump to first matching table in the dropdown

PRIVACY
No data is collected or transmitted externally. Everything stays in local browser storage on your own device.

What's new in v2.1.1

Comparison operators (greater than, less than, ≥, ≤) now emit ServiceNow's symbol operators (>, <, >=, <=) so they parse correctly
Import from page now recognizes the "does not contain" operator, so those list filters import cleanly
Restored the one-line operator hint under the operator dropdown
Reliability fixes: status-message timing, "Clear all" recent button, condition-delete confirmation state, and broader keyboard focus outlines
Earlier — v2.1.0 highlights

Dot-walk related fields with breadcrumb navigation (new section)
Import from page
Advanced query field
AND/OR join toggle per condition
Tab-aware instance badge with a non-ServiceNow error state
Letter-key table navigation and "starts with" as the default operator
Expanded supported-table groups (ITSM, CMDB, Users, Admin, Knowledge, Story) plus the sys_dictionary cache refresh button

Technical

Version
2.1.1
Manifest
V3
Size
2.0MiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
iiggonmpelecedikncmbohpbcobjpajb
Developer ID
uc669ea6f210d84f90b3c7685a8f2aae9
Developer Email
[email protected]
Created
May 6, 2026
Last Updated (Store)
May 30, 2026
Last Scraped
Jun 13, 2026
Website

Data sourced from the Chrome Web Store · last verified Jun 13, 2026.