pertext
PERT estimation tool
pertext क्या है?
pertext https://skim.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PERT estimation tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में pertext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
pertext is a PERT estimation tool to estimate user stories in software development projects. Don't know what PERT is? Read the Wikipedia entry here: http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Thanks to Li-Hsuan Lung and Stephanie Briones for their contributions to the project. The source code is available on GitHub: https://github.com/sl4m/pertext
एक्सटेंशन की मूल जानकारी
नाम | pertext |
ID | jbbmfopbiibcgfedhckafpgbpmagljjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh |
विवरण | PERT estimation tool |
फ़ाइल का आकार | 32.53 KB |
स्थापना संख्या | 147 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2023-12-19 |
प्रकाशन तिथि | 2018-07-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://skim.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "pertext", "version": "0.3.0", "description": "PERT estimation tool", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jbbmfopbiibcgfedhckafpgbpmagljjh", "offline_enabled": true, "permissions": [ "clipboardWrite", "storage" ], "action": { "default_icon": "images\/icon-19.png", "default_title": "PERT estimation tool", "default_popup": "pertext.html" }, "content_security_policy": [] } |