milapoint
adds agile to milanote
Qu'est-ce que milapoint ?
milapoint est une extension Chrome développée par apdri, et sa fonction principale est "adds agile to milanote".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension milapoint
Téléchargez les fichiers d'extension milapoint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | halepnbjdcocnbkglajcajnfedieipai |
| URL Officiel | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
| Description | adds agile to milanote |
| Taille du Fichier | 10.3 KB |
| Nombre d'Installations | 95 |
| Version Actuelle | 0.2.0 |
| Dernière Mise à Jour | 2018-02-21 |
| Date de Publication | 2018-02-20 |
| Évaluation | 4.00/5 Total 2 Évaluations |
| Développeur | apdri |
| Type de Paiement | free |
| Langues Prises en Charge | 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
}
]
} | |