StoryPoint for Asana
track your scrum story points on your Asana board.
StoryPoint for Asana क्या है?
StoryPoint for Asana igtm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "track your scrum story points on your Asana board."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StoryPoint for Asana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
track your scrum story points on your Asana board. This is open source project Please feel free to send pull-request to it! https://github.com/igtm/storypoint-for-asana-chrome-ext
एक्सटेंशन की मूल जानकारी
नाम | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
विवरण | track your scrum story points on your Asana board. |
फ़ाइल का आकार | 26.95 KB |
स्थापना संख्या | 1,305 |
वर्तमान संस्करण | 0.0.20 |
अंतिम अपडेट | 2022-08-17 |
प्रकाशन तिथि | 2020-05-12 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | igtm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/igtm/storypoint-for-asana-chrome-ext |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StoryPoint for Asana", "version": "0.0.20", "manifest_version": 2, "description": "track your scrum story points on your Asana board.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [] } |