Quest - Search KB

Quickly search Quest knowledge base

What is Quest - Search KB?

Quest - Search KB is a Chrome extension developed by Nick Dollimount, and its main feature is "Quickly search Quest knowledge base".

Extension Screenshots

screenshot

Download Quest - Search KB Extension CRX File

Download Quest - Search KB 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

                        Search Quest Knowledge Portal
Chrome Extension
Change Log

1.0.0.25
- Fixed issue where an error would be thrown in the Javascript console when clicking without a selection.

1.0.0.21
- Rebranded to Quest.

1.0.0.15
- Added option to disable context menu searching.

1.0.0.11
- Updated popup links to include 'My Support'.

1.0.0.10
- Added selected text to the context menu.
- Added Self Service links to the extension popup.

1.0.0.5
- Added right-click text search capability

0.0.0.2
- Toolbar button for quick search of Dell Software Knowledge Portal                    

Extension Basic Information

Name Quest - Search KB Quest - Search KB
ID iellnodmjlcakmknfpapmhmeknhgfhgf
Official URL https://chromewebstore.google.com/detail/quest-search-kb/iellnodmjlcakmknfpapmhmeknhgfhgf
Description Quickly search Quest knowledge base
File Size 64.65 KB
Installation Count 58
Current Version 1.0.0.25
Last Updated 2018-08-05
Publish Date 2018-08-05
Rating 5.00/5 Total 2 Ratings
Developer Nick Dollimount
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quest - Search KB",
    "description": "Quickly search Quest knowledge base",
    "version": "1.0.0.25",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Quest - Search KB",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}