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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [ " |