Kompyte

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

什么是Kompyte?

Kompyte是由Kompyte开发的Chrome扩展程序,该扩展的主要功能是“Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.”。

扩展截图

screenshot
screenshot

下载Kompyte扩展crx文件

下载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"
    ]
}