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