kPoint Screen Capture Assistant

The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.

Что такое kPoint Screen Capture Assistant?

kPoint Screen Capture Assistant - это расширение Chrome, разработанное https://kpoint.com, и его основная функция - "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения kPoint Screen Capture Assistant

Скачайте файлы расширений kPoint Screen Capture Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.                    

Основная информация о расширении

Название kPoint Screen Capture Assistant kPoint Screen Capture Assistant
ID jckpglhnbjcdnjkdpijjlhhadhphondf
Официальный URL https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf
Описание The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
Размер файла 47.48 KB
Количество установок 250
Текущая Версия 3.3.1
Последнее Обновление 2020-09-25
Дата публикации 2020-06-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://kpoint.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.kpoint.com/
URL страницы помощи https://www.kpoint.com/support/
URL страницы политики конфиденциальности https://www.kpoint.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kPoint Screen Capture Assistant",
    "short_name": "kPoint",
    "version": "3.3.1",
    "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.",
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "background.js",
            "plugin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "detectextension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kpoint.com\/*",
            "*:\/\/*.skreen.me\/*",
            "*:\/\/*.techmahindra.com\/*",
            "*:\/\/*.gslab.com\/*",
            "*:\/\/*.zencite.com\/*",
            "*:\/\/*.persistent.co.in\/*",
            "*:\/\/*.kmart.com\/*",
            "*:\/\/*.tatatechnologies.com\/*",
            "*:\/\/*.coep.org.in\/*",
            "*:\/\/*.corpintra.net\/*",
            "*:\/\/*.cdac.in\/*",
            "*:\/\/*.bosch.com\/*",
            "*:\/\/*.lteaglobal.com\/*",
            "*:\/\/*.kalyanicorp.com\/*",
            "*:\/\/*.net.plm.eds.com\/*",
            "*:\/\/*.vsnl.co.in\/*",
            "*:\/\/*.wce.ac.in\/*",
            "*:\/\/*.cmcltd.com\/*",
            "*:\/\/*.chola.murugappa.com\/*",
            "*:\/\/*.airtel.com\/*",
            "*:\/\/*.tcs.com\/*",
            "*:\/\/*.tatacommunications.com\/*",
            "*:\/\/*.tieto.com\/*",
            "*:\/\/*.kpedmodo.com\/*",
            "*:\/\/*.kenan.ai\/*",
            "*:\/\/*.citiustech.com\/*",
            "*:\/\/*.barodagurukul.co.in\/*",
            "*:\/\/*.icicilombard.com\/*"
        ]
    },
    "icons": {
        "16": "k16.png",
        "32": "k32.png",
        "48": "k48.png",
        "128": "k128.png"
    },
    "manifest_version": 2
}