Canny
Gather feedback from everywhere on the web
什麼是Canny?
Canny是由Canny開發的Chrome擴展程式,該擴展的主要功能是“Gather feedback from everywhere on the web”。
擴展截圖
下載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 |
ID | ppljpoflocngelbkbmebgkpdbbjaejhi |
官方網址 | 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" } |