Cycle: Turn feedback into customer love!

Collect feedback from anywhere on the web

Cycle: Turn feedback into customer love!란 무엇입니까?

Cycle: Turn feedback into customer love!은(는) Cycle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect feedback from anywhere on the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cycle: Turn feedback into customer love! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cycle connects customer feedback to product delivery workflows so you can close the feedback loop and wow your customers at each release.
With our Chrome extension, you’ll be able to capture feedback from any web-app, directly in your browser.

- Something interesting in your web-based CRM you’d like to send to Cycle?
- Seeing something relevant regarding your product on Reddit?

Highlight any text and click on the extension: it will create a feedback in a click!

Just had an idea on how to improve your product, while being busy in another web-app?

Just click on the extension and create a feedback straight from your browser!

Cycle makes it super fast & frictionless to enrich your customer insights, without having to leave your working environment!                    

확장 프로그램 기본 정보

이름 Cycle: Turn feedback into customer love! Cycle: Turn feedback into customer love!
ID dlbjafeipdkijijmlllpenhccdhegeaa
공식 URL https://chromewebstore.google.com/detail/cycle-turn-feedback-into/dlbjafeipdkijijmlllpenhccdhegeaa
설명 Collect feedback from anywhere on the web
파일 크기 7.1 MB
설치 횟수 248
현재 버전 0.0.19
최근 업데이트 2024-02-22
출시 날짜 2022-09-03
평점 5.00/5 총 9 개의 평점
개발자 Cycle
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cycle.app/
도움말 페이지 URL https://intercom.help/cycle-help/en
개인정보 보호 정책 페이지 URL https://cycleapp.notion.site/Privacy-Policy-Cycle-07eaa86cc4eb4782a52f9d340dc4b9ce
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cycle: Turn feedback into customer love!",
    "manifest_version": 3,
    "version": "0.0.19",
    "action": {
        "default_popup": "index.html",
        "default_title": "Create a doc"
    },
    "description": "Collect feedback from anywhere on the web",
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+K",
            "description": "Toggle extension"
        }
    }
}