milapoint
adds agile to milanote
Τι είναι το milapoint;
Το milapoint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον apdri, και η κύρια λειτουργία του είναι "adds agile to milanote".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης milapoint
Λήψη αρχείων επέκτασης milapoint σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | halepnbjdcocnbkglajcajnfedieipai |
| Επίσημο URL | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
| Περιγραφή | adds agile to milanote |
| Μέγεθος Αρχείου | 10.3 KB |
| Αριθμός Εγκαταστάσεων | 95 |
| Τρέχουσα Έκδοση | 0.2.0 |
| Τελευταία Ενημέρωση | 2018-02-21 |
| Ημερομηνία Δημοσίευσης | 2018-02-20 |
| Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | apdri |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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
}
]
} | |