Kompyte

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

Kompyte là gì?

Kompyte là một tiện ích mở rộng Chrome được phát triển bởi Kompyte, và tính năng chính của nó là "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Kompyte 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

                        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                    

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

Tên Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
URL Chính Thức https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Mô tả Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Kích Thước Tệp 13.53 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2020-04-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kompyte
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kompyte.com
URL Trang Chính Sách Bảo Mật https://www.kompyte.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}