Cycle: Turn feedback into customer love!

Collect feedback from anywhere on the web

¿Qué es Cycle: Turn feedback into customer love!?

Cycle: Turn feedback into customer love! es una extensión de Chrome desarrollada por Cycle, y su función principal es "Collect feedback from anywhere on the web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cycle: Turn feedback into customer love!

Descarga archivos de extensión Cycle: Turn feedback into customer love! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Cycle: Turn feedback into customer love! Cycle: Turn feedback into customer love!
ID dlbjafeipdkijijmlllpenhccdhegeaa
URL Oficial https://chromewebstore.google.com/detail/cycle-turn-feedback-into/dlbjafeipdkijijmlllpenhccdhegeaa
Descripción Collect feedback from anywhere on the web
Tamaño del Archivo 7.1 MB
Cantidad de Instalaciones 248
Versión Actual 0.0.19
Última Actualización 2024-02-22
Fecha de Publicación 2022-09-03
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Cycle
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cycle.app/
URL de la Página de Ayuda https://intercom.help/cycle-help/en
URL de la Página de Política de Privacidad https://cycleapp.notion.site/Privacy-Policy-Cycle-07eaa86cc4eb4782a52f9d340dc4b9ce
Idiomas Soportados 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"
        }
    }
}