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