Canny

Gather feedback from everywhere on the web

什么是Canny?

Canny是由Canny开发的Chrome扩展程序,该扩展的主要功能是“Gather feedback from everywhere on the web”。

扩展截图

screenshot
screenshot
screenshot

下载Canny扩展crx文件

下载Canny扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Canny Canny
ID ppljpoflocngelbkbmebgkpdbbjaejhi
官方URL https://chromewebstore.google.com/detail/canny/ppljpoflocngelbkbmebgkpdbbjaejhi
简介 Gather feedback from everywhere on the web
文件大小 463 KB
安装次数 461
当前版本 alpha-8.6
更新时间 2023-08-15
上架时间 2021-10-07
评分 4.00/5 共8次评分
开发者 Canny
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://canny.io
帮助页面URL https://feedback.canny.io/
隐私政策页面URL https://canny.io/privacy
支持的语言 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"
}