Canny
Gather feedback from everywhere on the web
Canny란 무엇입니까?
Canny은(는) Canny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gather feedback from everywhere on the web"입니다.
확장 프로그램 스크린샷
Canny 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } |