milapoint
adds agile to milanote
milapoint란 무엇입니까?
milapoint은(는) apdri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "adds agile to milanote"입니다.
확장 프로그램 스크린샷
milapoint 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
milapoint adds functionality to milanote.com for use in agile projects milapoint display story points in 2 places board header : the total points for all the notes in entire board list header : the total points for all the notes in the list how to use it select note then click 'description' on the left menu to add description to your note in description field write 'point: ' with any number for example point: 20 and milapoint will count and display the points thank you for using milapoint
확장 프로그램 기본 정보
이름 | milapoint |
ID | halepnbjdcocnbkglajcajnfedieipai |
공식 URL | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
설명 | adds agile to milanote |
파일 크기 | 10.3 KB |
설치 횟수 | 95 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2018-02-21 |
출시 날짜 | 2018-02-20 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | apdri |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "milapoint", "version": "0.2.0", "manifest_version": 2, "description": "adds agile to milanote", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/app.milanote.com\/*", "https:\/\/app.milanote.com\/*" ], "js": [ "scripts\/main.js" ], "run_at": "document_end", "all_frames": false } ] } |