Woises
Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight
Woises란 무엇입니까?
Woises은(는) http://www.woises.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight"입니다.
확장 프로그램 스크린샷
Woises 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Woises is a enabler for Product Managers to evangelise compelling products. It offers a one stop place for handling : Ideas, Feedback,Requirmenets and Competitor benchmarking all at one place. Move away from scaterred logs of calls and emails, focus on what matters. No more searching for context Woises is simple to set-up and capture requirements across Web and Mobile Google Chrome Extension is a very easy way to book mark the competitor information and new ideas as you get inspired while browsing. All you need to do is to click on the extension and make some choices. The idea is captured for next action. The Woises added through extension is available on Woises.com under "Idea Board" section for further action. Have any questions or recommendations? Shoot us an email at [email protected] Or catch us on social media: Twitter: @allwoises
확장 프로그램 기본 정보
이름 | |
ID | ffeemjpkndalmiaibbonpnhffnjebpai |
공식 URL | https://chrome.google.com/webstore/detail/woises/ffeemjpkndalmiaibbonpnhffnjebpai |
설명 | Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight |
파일 크기 | 1.28 MB |
설치 횟수 | 15 |
현재 버전 | 2.1 |
최근 업데이트 | 2018-01-04 |
출시 날짜 | 2018-01-04 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://www.woises.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.woises.com |
개인정보 보호 정책 페이지 URL | https://www.woises.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Woises", "short_name": "W+", "description": "Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight", "version": "2.1", "options_page": "options.html", "homepage_url": "https:\/\/woises.com", "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "storage", "identity", "contextMenus", "activeTab", "tabs", "alarms", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/woises.com\/", "https:\/\/www.woises.com\/" ], "browser_action": { "default_icon": { "19": "img\/W_19.png", "38": "img\/W_38.png" }, "default_popup": "popup.html", "default_title": "Add Request" }, "icons": { "128": "img\/W_128.png", "16": "img\/W_16.png", "32": "img\/W_32.png", "48": "img\/W_48.png" } } |