VKnow

VKnow Search!

Τι είναι το VKnow;

Το VKnow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vcextn, και η κύρια λειτουργία του είναι "VKnow Search!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VKnow

Λήψη αρχείων επέκτασης VKnow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VKnow VKnow
ID fofjdonkemjmfkaapekcfakjocelcejk
Επίσημο URL https://chromewebstore.google.com/detail/vknow/fofjdonkemjmfkaapekcfakjocelcejk
Περιγραφή VKnow Search!
Μέγεθος Αρχείου 466 KB
Αριθμός Εγκαταστάσεων 8,074
Τρέχουσα Έκδοση 11.6.3
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2022-10-03
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής vcextn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.violetinfo.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}