Submit MVP Activity
Submit MVP Activity
Submit MVP Activity란 무엇입니까?
Submit MVP Activity은(는) João Ferreira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submit MVP Activity"입니다.
확장 프로그램 스크린샷
Submit MVP Activity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simplify the submission process of your MVP activities by clicking in a single button. This extension opens the Microsoft MVP submission form and fill some of the details automatically so you can get more time to produce content to share with the community.
확장 프로그램 기본 정보
이름 | Submit MVP Activity |
ID | oglgocgjfkmlieikiahijhmoobdicbgk |
공식 URL | https://chromewebstore.google.com/detail/submit-mvp-activity/oglgocgjfkmlieikiahijhmoobdicbgk |
설명 | Submit MVP Activity |
파일 크기 | 3.96 KB |
설치 횟수 | 188 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-12-17 |
출시 날짜 | 2019-12-17 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | João Ferreira |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://handsontek.net |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Submit MVP Activity", "description": "Submit MVP Activity", "short_name": "Submit MVP Activity", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "mvp.png" }, "background": { "scripts": [ "app.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "MacCtrl+Shift+M" }, "description": "Submit MVP Activity" } }, "permissions": [ "tabs", "activeTab" ] } |