Timepot
Log your time with timepot
Timepot क्या है?
Timepot Sparkbit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Log your time with timepot"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timepot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Timepot Timer is now available in: Jira, YouTrack, Trello, Gmail, Google Drive (Docs, Sheets & Slides) HOW TO INSTALL TIMEPOT TIMER? 1. Install Timepot Timer chrome extension. 2. Sign in to your Timepot at https://timepot.io/ 3. Go to the app you want to track time within. 4. You’ll notice right away the Timepot Timer button added to your tasks inside the tools. 5. Start timer. The task’s name will be automatically added to the matching project in your Timepot dashboard. 6. Happy tracking! WHY YOU SHOULD TRACK TIME WITH TIMEPOT -Manual and automated time tracking -Comfortable timer next to your tasks in Jira and YouTrack -Comprehensive reporting of your employee working time -Measuring project profitability -Financial insight supports multiple currencies -Reports for Time & Materials and Fixed Price projects -Holidays tracking module -Intuitive and easy to use dashboard QUESTIONS? In case of any questions, problems or suggestions regarding Timepot Timer write to us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Timepot |
ID | pmiolffajljmdecbcmcaipnkjhmmdcfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/timepot/pmiolffajljmdecbcmcaipnkjhmmdcfa |
विवरण | Log your time with timepot |
फ़ाइल का आकार | 231 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2017-08-08 |
प्रकाशन तिथि | 2017-08-08 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Sparkbit |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.timepot.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timepot", "description": "Log your time with timepot", "version": "1.0.7", "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "browser_action": { "default_icon": "resources\/icon-inactive.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "timepot-content-extension.js" ], "css": [ "timepot-content-extension.css" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.google-analytics.com ; object-src 'self'", "permissions": [ "cookies", "https:\/\/*.timepot.io\/*", "https:\/\/*.timepot-test.pl\/*" ] } |