Kompyte

Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.

Что такое Kompyte?

Kompyte - это расширение Chrome, разработанное Kompyte, и его основная функция - "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

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

screenshot
screenshot

Скачать файл CRX расширения Kompyte

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

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

                        Subject to permissions, users can use the extension for the following:

- To gather and curate insights directly into the Kompyte Knowledgebase 
- Add and categorize insights directly to competitor profiles and reports
- To access and provide feedback on Battle Cards and sales reports directly                    

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

Название Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Официальный URL https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Описание Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Размер файла 13.53 KB
Количество установок 396
Текущая Версия 2.0
Последнее Обновление 2023-11-13
Дата публикации 2020-04-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Kompyte
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.kompyte.com
URL страницы политики конфиденциальности https://www.kompyte.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kompyte",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.",
    "homepage_url": "https:\/\/www.kompyte.com",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kompyte.pro\/*",
            "*:\/\/*.kompyte.local\/*"
        ]
    },
    "action": {
        "default_title": "Kompyte"
    },
    "side_panel": {
        "default_path": "sidePanel\/side-panel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kompyte.pro\/*",
                "*:\/\/*.kompyte.local\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "",
        "https:\/\/rc.kompyte.pro\/*",
        "https:\/\/www.kompyte.pro\/*",
        "https:\/\/phi.kompyte.pro\/*"
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "scripting"
    ]
}