VKnow

VKnow Search!

O que é VKnow?

VKnow é uma extensão do Chrome desenvolvida por vcextn, e sua principal característica é "VKnow Search!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VKnow

Baixe arquivos de extensão VKnow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VKnow VKnow
ID fofjdonkemjmfkaapekcfakjocelcejk
URL Oficial https://chromewebstore.google.com/detail/vknow/fofjdonkemjmfkaapekcfakjocelcejk
Descrição VKnow Search!
Tamanho do Arquivo 466 KB
Contagem de Instalações 8,074
Versão Atual 11.6.3
Última Atualização 2024-01-04
Data de Publicação 2022-10-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor vcextn
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.violetinfo.com/privacy-policy
Idiomas Suportados 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"
}