VKnow

VKnow Search!

VKnow là gì?

VKnow là một tiện ích mở rộng Chrome được phát triển bởi vcextn, và tính năng chính của nó là "VKnow Search!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VKnow

Tải xuống các tệp mở rộng VKnow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VKnow VKnow
ID fofjdonkemjmfkaapekcfakjocelcejk
URL Chính Thức https://chromewebstore.google.com/detail/vknow/fofjdonkemjmfkaapekcfakjocelcejk
Mô tả VKnow Search!
Kích Thước Tệp 466 KB
Số Lần Cài Đặt 8,074
Phiên Bản Hiện Tại 11.6.3
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2022-10-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển vcextn
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.violetinfo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}