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 ที่พัฒนาโดย https://www.kompyte.com และคุณลักษณะหลักของมันคือ "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 อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Arm your sales team with Battle Cards!

★ Use Kompyte’s extension to share your battle cards automatically.

★ Kompyte’s tracking solutions will automate your battle card creation so your team will stop wasting hours manually looking for competitor updates and manually maintaining spreadsheets.

★ Overcome any lead objection in real-time with automatically updated information. Now, your sales team’s access to benchmarks, features, pricing, and kill points are just a click away.

★ Kompyte provides a unique competitive intelligence software that tracks more than 20 industries, and is trusted by Fortune 500 as well as leading corporations.

★ And now you can take even more control of your battle cards with Battle Cards Reports and Alerts. See real-time alerts every time your team updates any part of the battle cards, and always stay ahead of the competition!

By installing the extension, you agree to Kompyte’s Terms and Conditions (https://www.kompyte.com/terms-conditions/) and Privacy Policy (https://www.kompyte.com/privacy-policy/).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kompyte Kompyte
ID jplnncokiflbfkcnepcgmfjmgcjpikap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kompyte/jplnncokiflbfkcnepcgmfjmgcjpikap
คำอธิบาย Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
ขนาดไฟล์ 10.05 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2021-05-10
วันที่เผยแพร่ 2019-08-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.kompyte.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kompyte.com/battlecards/
URL หน้านโยบายความเป็นส่วนตัว https://www.kompyte.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kompyte",
    "version": "4.1",
    "manifest_version": 2,
    "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": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kompyte.pro\/*",
            "*:\/\/*.kompyte.local\/*"
        ]
    },
    "browser_action": {
        "default_title": "Kompyte"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kompyte.pro\/*",
                "*:\/\/*.kompyte.local\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/alpha.kompyte.pro\/*",
        "https:\/\/www.kompyte.pro\/*",
        "https:\/\/phi.kompyte.pro\/*",
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/fonts.googleapis.com https:\/\/js.live.net https:\/\/s3.amazonaws.com; object-src 'self'"
}