CA Agile Central Voice Discussion Adder
Helps CA Agile central users (Formerly Rally) to add discussion using voice. For feedback and issues email to: [email protected]
CA Agile Central Voice Discussion Adder란 무엇입니까?
CA Agile Central Voice Discussion Adder은(는) Jagadeesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps CA Agile central users (Formerly Rally) to add discussion using voice. For feedback and issues email to: [email protected]"입니다.
CA Agile Central Voice Discussion Adder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Steps to use this plugin: 1 Point to the text area 2 Start speaking after the message popup on top right part of the browser. 3 Once this app starts recognizing, It will add text to the selected text box. 4 If you keep calm for sometime or finished a sentence, please wait for a second. It will correct the sentence and a message will appear on right top as "starting recognition again". 5 then you can continue to add more lines. 6 Say "please stop" to stop the recognition. 7 Once the text is added. please press space so that the post button will be enabled and the you can post or save it. (We are planning to auto enable it in future versions) Commands: say "please stop" to stop recognizing your voice. Feedback: Please provide you valuable feedback and improvements via Google chrome extension feedback's or via email: [email protected]
확장 프로그램 기본 정보
이름 | |
ID | ihgjoakhjobdeideanahokafjefegmch |
공식 URL | https://chromewebstore.google.com/detail/ca-agile-central-voice-di/ihgjoakhjobdeideanahokafjefegmch |
설명 | Helps CA Agile central users (Formerly Rally) to add discussion using voice. For feedback and issues email to: [email protected] |
파일 크기 | 14.31 KB |
설치 횟수 | 12 |
현재 버전 | 0.3 |
최근 업데이트 | 2017-07-05 |
출시 날짜 | 2017-07-05 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Jagadeesh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CA Agile Central Voice Discussion Adder", "description": "Helps CA Agile central users (Formerly Rally) to add discussion using voice. For feedback and issues email to: [email protected]", "version": "0.3", "browser_action": { "default_icon": "ca.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |