Track your productivity
Keep track of your productivity.
ما هو Track your productivity؟
Track your productivity هو إضافة Chrome تم تطويرها بواسطة https://db42.in، والميزة الرئيسية لها هي "Keep track of your productivity.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Track your productivity
قم بتنزيل ملفات الامتداد Track your productivity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks. - Once you finish any task, add an entry and hit enter - Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again
معلومات أساسية عن التمديد
الاسم | Track your productivity |
ID | onnkllhiaannegcomgbogohfpeegdnnf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
الوصف | Keep track of your productivity. |
حجم الملف | 208 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 2.1.3 |
آخر تحديث | 2014-03-09 |
تاريخ النشر | 2014-03-08 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | https://db42.in |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Track your productivity", "short_name": "Track your productivity", "description": "Keep track of your productivity.", "version": "2.1.3", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_title": "Track your productivity", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |