Roadmap
Forecast resources and track time with Basecamp.
Roadmap क्या है?
Roadmap Roadmap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forecast resources and track time with Basecamp."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roadmap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Roadmap is a web-based SaaS app that helps you to: - connect goals with resource capacity realities - load balance when projects are at risk - provide custom, executive-level reports Roadmap can be used as a stand-alone solution, or to unify data from popular project / team collaboration tools like Basecamp, GitHub, JIRA, etc. The Chrome extension creates a seamless user experience. Users can manage inputs essential to forecast resources -- start date, end date, and estimates -- inputs that Basecamp, GitHub and JIRA do not natively support, all without toggling back-and-forth between apps. The extension also supports time tracking to enable planned vs. actual vs. difference reporting (by project, resource, task & date range). Don't change the way you drive, ditch the spreadsheet instead!
एक्सटेंशन की मूल जानकारी
नाम | Roadmap |
ID | kocnlcjmilagfcojemhbijcjphhlbini |
आधिकारिक URL | https://chromewebstore.google.com/detail/roadmap/kocnlcjmilagfcojemhbijcjphhlbini |
विवरण | Forecast resources and track time with Basecamp. |
फ़ाइल का आकार | 241 KB |
स्थापना संख्या | 612 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2016-07-29 |
प्रकाशन तिथि | 2016-07-28 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Roadmap |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ppmroadmap.com/ |
सहायता पृष्ठ URL | https://ppmroadmap.uservoice.com/knowledgebase/topics/63093-browser-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roadmap", "description": "Forecast resources and track time with Basecamp.", "version": "2.0.5", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "background", "storage", "tabs", "webRequest", "*:\/\/*.github.com\/", "*:\/\/*.basecamp.com\/*", "*:\/\/*.basecamphq.com\/*" ], "background": { "scripts": [ "libs\/jquery-2.1.4.min.js", "js\/api.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/rdm-extenion-icon-chrome_bar-off.png", "default_title": "Roadmap", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*", "*:\/\/*.basecamp.com\/*", "*:\/\/*.basecamphq.com\/*" ], "css": [ "libs\/jquery-ui-1.11.4.custom\/jquery-ui.css", "css\/page.css" ], "js": [ "libs\/jquery-2.1.4.min.js", "libs\/jquery-ui-1.11.4.custom\/jquery-ui.js", "js\/alert.js", "js\/api.js", "js\/timer.js", "js\/extension.js" ] } ], "web_accessible_resources": [ "images\/*.*", "images\/ui\/*.*" ] } |