Quest - Search KB

Quickly search Quest knowledge base

Cos'è Quest - Search KB?

Quest - Search KB è un'estensione di Chrome sviluppata da Nick Dollimount, e la sua funzione principale è "Quickly search Quest knowledge base".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quest - Search KB

Scarica i file di estensione Quest - Search KB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quest - Search KB Quest - Search KB
ID iellnodmjlcakmknfpapmhmeknhgfhgf
URL Ufficiale https://chromewebstore.google.com/detail/quest-search-kb/iellnodmjlcakmknfpapmhmeknhgfhgf
Descrizione Quickly search Quest knowledge base
Dimensione del File 64.65 KB
Conteggio Installazioni 58
Versione Corrente 1.0.0.25
Ultimo Aggiornamento 2018-08-05
Data di Pubblicazione 2018-08-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nick Dollimount
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}