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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kompyte एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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": [ " |