VKnow

VKnow Search!

Was ist VKnow?

VKnow ist eine Chrome-Erweiterung, die von vcextn entwickelt wurde, und ihr Hauptmerkmal ist "VKnow Search!".

Erweiterungsscreenshots

screenshot

VKnow-Erweiterungs-CRX-Datei herunterladen

Laden Sie VKnow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VKnow VKnow
ID fofjdonkemjmfkaapekcfakjocelcejk
Offizielle URL https://chromewebstore.google.com/detail/vknow/fofjdonkemjmfkaapekcfakjocelcejk
Beschreibung VKnow Search!
Dateigröße 466 KB
Installationsanzahl 8,074
Aktuelle Version 11.6.3
Letztes Update 2024-01-04
Veröffentlichungsdatum 2022-10-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler vcextn
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.violetinfo.com/privacy-policy
Unterstützte Sprachen 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"
}