milapoint
adds agile to milanote
milapointとは何ですか?
milapointはapdriによって開発されたChromeの拡張機能で、その主な機能は「adds agile to milanote」です。
拡張機能のスクリーンショット
milapoint拡張機能のCRXファイルをダウンロード
milapoint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } ] } |