milapoint
adds agile to milanote
Hvad er milapoint?
milapoint er en Chrome-udvidelse udviklet af apdri, og dens hovedfunktion er "adds agile to milanote".
Udvidelsesskærmbilleder
Download milapoint-udvidelses-CRX-fil
Download milapoint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | milapoint |
ID | halepnbjdcocnbkglajcajnfedieipai |
Officiel URL | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
Beskrivelse | adds agile to milanote |
Filstørrelse | 10.3 KB |
Antal Installationer | 95 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2018-02-21 |
Udgivelsesdato | 2018-02-20 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | apdri |
Betalingsmetode | free |
Understøttede Sprog | 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 } ] } |