ServiceNow Quickfind
A custom query builder to speed up record searching
What is ServiceNow Quickfind?
ServiceNow Quickfind is a Chrome extension developed by adamdilger, and its main feature is "A custom query builder to speed up record searching".
Extension Screenshots
Download ServiceNow Quickfind Extension CRX File
Download ServiceNow Quickfind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A custom query builder to speed up record searching
Extension Basic Information
Name | ServiceNow Quickfind |
ID | kifccelemcjmlocpjhpapmanjdhnnhok |
Official URL | https://chromewebstore.google.com/detail/servicenow-quickfind/kifccelemcjmlocpjhpapmanjdhnnhok |
Description | A custom query builder to speed up record searching |
File Size | 7.66 KB |
Installation Count | 53 |
Current Version | 1.4 |
Last Updated | 2018-04-09 |
Publish Date | 2018-04-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | adamdilger |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ServiceNow Quickfind", "description": "", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |