milapoint
adds agile to milanote
Was ist milapoint?
milapoint ist eine Chrome-Erweiterung, die von apdri entwickelt wurde, und ihr Hauptmerkmal ist "adds agile to milanote".
Erweiterungsscreenshots
milapoint-Erweiterungs-CRX-Datei herunterladen
Laden Sie milapoint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | milapoint |
ID | halepnbjdcocnbkglajcajnfedieipai |
Offizielle URL | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
Beschreibung | adds agile to milanote |
Dateigröße | 10.3 KB |
Installationsanzahl | 95 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2018-02-21 |
Veröffentlichungsdatum | 2018-02-20 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | apdri |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |