milapoint

adds agile to milanote

Vad är milapoint?

milapoint är en Chrome-tillägg utvecklad av apdri, och dess huvudfunktion är "adds agile to milanote".

Tilläggsskärmbilder

screenshot

Ladda ner milapoint-förlängningens CRX-fil

Ladda ner milapoint-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn milapoint milapoint
ID halepnbjdcocnbkglajcajnfedieipai
Officiell webbadress https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai
Beskrivning adds agile to milanote
Filstorlek 10.3 KB
Antal Installationer 95
Aktuell Version 0.2.0
Senast Uppdaterad 2018-02-21
Publiceringsdatum 2018-02-20
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare apdri
Betalningssätt free
Stödda Språk 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
        }
    ]
}