milapoint
adds agile to milanote
milapoint क्या है?
milapoint apdri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "adds agile to milanote"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में milapoint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | 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 } ] } |