Cycle: Turn feedback into customer love!
Collect feedback from anywhere on the web
Co je Cycle: Turn feedback into customer love!?
Cycle: Turn feedback into customer love! je rozšíření Chrome vyvinuté Cycle, a jeho hlavní funkcí je „Collect feedback from anywhere on the web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cycle: Turn feedback into customer love!
Stáhněte si soubory rozšíření Cycle: Turn feedback into customer love! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Cycle: Turn feedback into customer love! |
ID | dlbjafeipdkijijmlllpenhccdhegeaa |
Oficiální URL | https://chromewebstore.google.com/detail/cycle-turn-feedback-into/dlbjafeipdkijijmlllpenhccdhegeaa |
Popis | Collect feedback from anywhere on the web |
Velikost souboru | 7.1 MB |
Počet instalací | 248 |
Aktuální Verze | 0.0.19 |
Poslední Aktualizace | 2024-02-22 |
Datum Vydání | 2022-09-03 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | Cycle |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.cycle.app/ |
URL Stránky Nápovědy | https://intercom.help/cycle-help/en |
URL Stránky Zásad Ochrany Soukromí | https://cycleapp.notion.site/Privacy-Policy-Cycle-07eaa86cc4eb4782a52f9d340dc4b9ce |
Podporované Jazyky | 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" } } } |