Canny

Gather feedback from everywhere on the web

Co je Canny?

Canny je rozšíření Chrome vyvinuté Canny, a jeho hlavní funkcí je „Gather feedback from everywhere on the web“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Canny

Stáhněte si soubory rozšíření Canny ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Canny Canny
ID ppljpoflocngelbkbmebgkpdbbjaejhi
Oficiální URL https://chromewebstore.google.com/detail/canny/ppljpoflocngelbkbmebgkpdbbjaejhi
Popis Gather feedback from everywhere on the web
Velikost souboru 463 KB
Počet instalací 461
Aktuální Verze alpha-8.6
Poslední Aktualizace 2023-08-15
Datum Vydání 2021-10-07
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář Canny
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://canny.io
URL Stránky Nápovědy https://feedback.canny.io/
URL Stránky Zásad Ochrany Soukromí https://canny.io/privacy
Podporované Jazyky 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"
}