milapoint

adds agile to milanote

Co to jest milapoint?

milapoint to rozszerzenie Chrome opracowane przez apdri, a jego główną funkcją jest „adds agile to milanote”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia milapoint

Pobierz pliki rozszerzeń milapoint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa milapoint milapoint
ID halepnbjdcocnbkglajcajnfedieipai
Oficjalny URL https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai
Opis adds agile to milanote
Rozmiar pliku 10.3 KB
Liczba instalacji 95
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2018-02-21
Data Publikacji 2018-02-20
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper apdri
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}