Kompyte

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

Apa itu Kompyte?

Kompyte adalah ekstensi Chrome yang dikembangkan oleh Kompyte, dan fitur utamanya adalah "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kompyte

Unduh file ekstensi Kompyte dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
URL Resmi https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Deskripsi Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Ukuran File 13.53 KB
Jumlah Instalasi 396
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-11-13
Tanggal Publikasi 2020-04-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kompyte
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.kompyte.com
URL Halaman Kebijakan Privasi https://www.kompyte.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}