milapoint
adds agile to milanote
Cos'è milapoint?
milapoint è un'estensione di Chrome sviluppata da apdri, e la sua funzione principale è "adds agile to milanote".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione milapoint
Scarica i file di estensione milapoint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | milapoint |
ID | halepnbjdcocnbkglajcajnfedieipai |
URL Ufficiale | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
Descrizione | adds agile to milanote |
Dimensione del File | 10.3 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2018-02-21 |
Data di Pubblicazione | 2018-02-20 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | apdri |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |