Savio
Save product feedback from across the web to Savio
Savio란 무엇입니까?
Savio은(는) https://savio.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save product feedback from across the web to Savio"입니다.
확장 프로그램 스크린샷
Savio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Savio is for software teams that care about product feedback. Savio centralizes your customers' product feedback to help Product teams prioritize what features to build. It also pulls in MRR and Plan so you can see that information for every customer who submitted feedback, and you can use it to filter your feature requests Product, Support, Sales, Marketing, and Customer Success teams can use the Savio Chrome Extension to put customer feedback directly into Savio without leaving their Support tool, CRM, Live Chat tool, etc. Product teams can then quickly and confidently answer questions about that feedback, like "what features do my Enterprise customers want" or "what’s the total MRR of customers who want feature A vs. feature B" or "what features should we build to win more deals".
확장 프로그램 기본 정보
이름 | Savio |
ID | iihflnhbcjoeneakjblkjhmmfiggjakf |
공식 URL | https://chromewebstore.google.com/detail/savio/iihflnhbcjoeneakjblkjhmmfiggjakf |
설명 | Save product feedback from across the web to Savio |
파일 크기 | 1.73 MB |
설치 횟수 | 525 |
현재 버전 | 39 |
최근 업데이트 | 2024-02-03 |
출시 날짜 | 2019-08-06 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://savio.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.savio.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Savio", "short_name": "Savio", "description": "Save product feedback from across the web to Savio", "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/www.savio.io;" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "39", "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "js\/worker.js" }, "homepage_url": "https:\/\/www.savio.io", "web_accessible_resources": [ { "resources": [ "popup.html", "images\/icon16.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/www.savio.io\/*", "https:\/\/www.savio.io\/*" ] }, "host_permissions": [ "https:\/\/www.savio.io\/*" ], "permissions": [ "tabs", "activeTab", "clipboardWrite", "cookies", "scripting", "storage", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ] } |