Canny

Gather feedback from everywhere on the web

Cos'è Canny?

Canny è un'estensione di Chrome sviluppata da Canny, e la sua funzione principale è "Gather feedback from everywhere on the web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Canny

Scarica i file di estensione Canny in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With Canny, you'll be able to easily collect, manage, and respond to customer feedback. You'll know exactly what your customers want, and you'll be able to keep them in the loop on new features and product development.

Feedback comes in via many different channels. For example, HubSpot, Twitter, email, and more. With the Canny Chrome extension, your team can track feedback from any website. Canny will keep track of who requested the feedback so you can easily follow up with them.

Over a thousand companies trust Canny to help them make better product decisions including leading companies like Compass, ClickUp, and CircleCI. Canny Chrome extension is only available on our Business plan, head to canny.io and sign up for a free 14-day trial.                    

Informazioni di Base sull'Estensione

Nome Canny Canny
ID ppljpoflocngelbkbmebgkpdbbjaejhi
URL Ufficiale https://chromewebstore.google.com/detail/canny/ppljpoflocngelbkbmebgkpdbbjaejhi
Descrizione Gather feedback from everywhere on the web
Dimensione del File 463 KB
Conteggio Installazioni 461
Versione Corrente alpha-8.6
Ultimo Aggiornamento 2023-08-15
Data di Pubblicazione 2021-10-07
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore Canny
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://canny.io
URL della Pagina di Aiuto https://feedback.canny.io/
URL della Pagina della Politica sulla Privacy https://canny.io/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "chrome.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Gather feedback from everywhere on the web",
    "homepage_url": "https:\/\/canny.io",
    "host_permissions": [
        "https:\/\/*.canny.io\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Canny",
    "permissions": [
        "activeTab",
        "cookies",
        "scripting",
        "storage"
    ],
    "version": "0.8.6",
    "version_name": "alpha-8.6"
}