AppRaise
AppRaise - feedback exchange service
AppRaise란 무엇입니까?
AppRaise은(는) google_play_dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AppRaise - feedback exchange service"입니다.
확장 프로그램 스크린샷
AppRaise 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AppRaise helps to share feedback with your teammates. ✔️ Send real-time feedback Feedback loses its impact if provided too late. With AppRaise you can give feedback directly in Chrome and thanks to an easy and structured form it takes less than two minutes. ✔️ Use quotes from any source Add quotes from emails, calendar, Jira and other cloud-based software directly to your feedback text by clicking the right mouse button. ✔️ Start recording feedback 20% of managers never record feedback and 45% use manual processes like typing it into spreadsheets or Word documents. With AppRaise all feedback is saved automatically and you can always get back to it. ✔️ Ask for feedback to grow Feedback is the main tool for professional and career growth. Request feedback from your peers and identify your strengths and weaknesses in order to work on them. ✔️ Give feedback the right way AppRaise is based on the popular feedback technique ‘Start Stop Continue’. Small tips will help your team to give effective feedback. ✔️ Make feedback a habit Install the app and start sharing feedback right away! You can also get our app for Slack. Be careful! You can really get used to it! :)
확장 프로그램 기본 정보
이름 | AppRaise |
ID | epdjapoaaimcpbjefdigkdhecffllpln |
공식 URL | https://chromewebstore.google.com/detail/appraise/epdjapoaaimcpbjefdigkdhecffllpln |
설명 | AppRaise - feedback exchange service |
파일 크기 | 27.66 KB |
설치 횟수 | 215 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-07-01 |
출시 날짜 | 2022-02-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | google_play_dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "AppRaise", "description": "__MSG_extDescription__", "version": "1.0.2", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "cookies" ], "host_permissions": [ "*:\/\/*.app-raise.org\/" ], "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [], "extension_ids": [] } ] } |