Canny

Gather feedback from everywhere on the web

Canny là gì?

Canny là một tiện ích mở rộng Chrome được phát triển bởi Canny, và tính năng chính của nó là "Gather feedback from everywhere on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canny

Tải xuống các tệp mở rộng Canny dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canny Canny
ID ppljpoflocngelbkbmebgkpdbbjaejhi
URL Chính Thức https://chromewebstore.google.com/detail/canny/ppljpoflocngelbkbmebgkpdbbjaejhi
Mô tả Gather feedback from everywhere on the web
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 461
Phiên Bản Hiện Tại alpha-8.6
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2021-10-07
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Canny
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://canny.io
URL Trang Trợ Giúp https://feedback.canny.io/
URL Trang Chính Sách Bảo Mật https://canny.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}