milapoint

adds agile to milanote

milapointคืออะไร?

milapoint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apdri และคุณลักษณะหลักของมันคือ "adds agile to milanote"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย milapoint

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
        }
    ]
}