milapoint
adds agile to milanote
Apa itu milapoint?
milapoint adalah ekstensi Chrome yang dikembangkan oleh apdri, dan fitur utamanya adalah "adds agile to milanote".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi milapoint
Unduh file ekstensi milapoint dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | halepnbjdcocnbkglajcajnfedieipai |
| URL Resmi | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
| Deskripsi | adds agile to milanote |
| Ukuran File | 10.3 KB |
| Jumlah Instalasi | 95 |
| Versi Saat Ini | 0.2.0 |
| Terakhir Diperbarui | 2018-02-21 |
| Tanggal Publikasi | 2018-02-20 |
| Penilaian | 4.00/5 Total 2 Penilaian |
| Pengembang | apdri |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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
}
]
} | |