Planfix: Timer
Recording and tracking time spent on tasks and projects
Planfix: Timer क्या है?
Planfix: Timer https://planfix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recording and tracking time spent on tasks and projects"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Planfix: Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Recording and tracking time spent on tasks and projects Planfix is a team-management tool that helps groups organize and manage collaboration between different people.Planfix is great for businesses, nonprofits, and any other group of people working towards a common goal. The timer feature lets users keep track of time spent on tasks and projects, and record it in their Planfix account. Time recorded can then be viewed and analyzed using Planfix reports or any other reports built independently.
एक्सटेंशन की मूल जानकारी
नाम | Planfix: Timer |
ID | pfffkcgkamnolobimklembffchhlkkik |
आधिकारिक URL | https://chromewebstore.google.com/detail/planfix-timer/pfffkcgkamnolobimklembffchhlkkik |
विवरण | Recording and tracking time spent on tasks and projects |
फ़ाइल का आकार | 99.17 KB |
स्थापना संख्या | 4,478 |
वर्तमान संस्करण | 3.6.14 |
अंतिम अपडेट | 2023-10-22 |
प्रकाशन तिथि | 2019-11-05 |
रेटिंग | 3.63/5 कुल 24 रेटिंग्स |
डेवलपर | https://planfix.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://planfix.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://planfix.ru/privacy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "3.6.14", "default_locale": "en", "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/extension-icon.png" }, "default_popup": "index.html" }, "icons": { "24": "images\/128.png", "128": "images\/128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/*.planfix.ru\/", "https:\/\/*.planfix.com\/", "https:\/\/*.planfix.ua\/", "https:\/\/pf.mgcom.ru\/", "storage" ], "background": { "scripts": [ "js\/debug.js", "js\/common.js", "js\/auto_inject.js", "js\/lib\/date_format.js", "js\/lib\/jquery-2.1.4.min.js", "js\/lib\/url_parse.js", "js\/settings.js", "js\/storage.js", "js\/timer.js", "js\/planfix.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.planfix.ru\/*", "https:\/\/*.planfix.com\/*", "https:\/\/*.planfix.ua\/*", "https:\/\/pf.mgcom.ru\/*" ], "js": [ "js\/planfix_contentscript.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |