VKnow

VKnow Search!

Hvad er VKnow?

VKnow er en Chrome-udvidelse udviklet af vcextn, og dens hovedfunktion er "VKnow Search!".

Udvidelsesskærmbilleder

screenshot

Download VKnow-udvidelses-CRX-fil

Download VKnow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        VKnow Chrome Extension: The Ultimate Solution for Just-In-Time Knowledge Availability

VKnow Chrome Extension is an innovative tool that enhances your browsing experience by providing you with the information you need in real time. Whether you're working in a BPO/KPO process or any other industry where time is of the essence, VKnow Chrome Extension can help you quickly and easily to discover the information required to respond to customers in seconds. 

With VKnow Chrome Extension, you can customize your browsing experience by automating the process of finding information based on the content you're viewing. The extension is designed to work seamlessly with your VKnow Knowledge Management Portal, so you can access the information you need, right when you need it.

In addition to its Just-In-Time functionality, VKnow Chrome Extension is also optimized for BPO/KPO processes, where agents are required to respond to customers quickly and accurately. With VKnow Chrome Extension, agents can easily find the information they need without having to navigate through multiple applications or search through multiple documents.                    

Grundlæggende oplysninger om udvidelsen

Navn VKnow VKnow
ID fofjdonkemjmfkaapekcfakjocelcejk
Officiel URL https://chromewebstore.google.com/detail/vknow/fofjdonkemjmfkaapekcfakjocelcejk
Beskrivelse VKnow Search!
Filstørrelse 466 KB
Antal Installationer 8,074
Nuværende Version 11.6.3
Senest Opdateret 2024-01-04
Udgivelsesdato 2022-10-03
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler vcextn
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.violetinfo.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VKnow",
    "description": "VKnow Search!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.freshdesk.com\/*",
                "*:\/\/*.pluralsight.com\/*",
                "*:\/\/*.mygo1.com\/*",
                "*:\/\/*.linkedin.com\/learning\/*",
                "*:\/\/*.kapturecrm.com\/*",
                "*:\/\/*.zoho.in\/*"
            ],
            "js": [
                "js\/crypto-js.min.js",
                "chromeextension\/content.js"
            ],
            "css": [
                "v_know_style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "manifest.json",
                "js\/crypto-js.min.js",
                "vknow-plugin.js",
                "common.js",
                "js\/dnd.js",
                "login\/login.js",
                "login\/login.html",
                "globalsearch\/globalsearch.js",
                "globalsearch\/globalsearch.html",
                "vknow-plugin.html",
                "dtree.js",
                "dinfo.js",
                "encryptedstorage.js",
                "setDomainDataJS.js",
                "switch.js",
                "api\/apiservices.js",
                "assets\/*"
            ]
        }
    ],
    "version": "11.6.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "chromeextension\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/*\/;"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.violetcloud.io\/*",
        "*:\/\/*.violetlms.com\/*",
        "*:\/\/demomeesho.kapturecrm.com\/*"
    ],
    "action": {
        "default_popup": "chromeextension\/testScript.html",
        "default_icon": {
            "16": "\/assets\/get_started16.png",
            "32": "\/assets\/get_started32.png",
            "48": "\/assets\/get_started48.png",
            "128": "\/assets\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/assets\/get_started16.png",
        "32": "\/assets\/get_started32.png",
        "48": "\/assets\/get_started48.png",
        "128": "\/assets\/get_started128.png"
    },
    "options_page": "options.html"
}