Tasklog App | Freelancer's Best Friend
Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.
Tasklog App | Freelancer's Best Friend क्या है?
Tasklog App | Freelancer's Best Friend https://tasklog.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tasklog App | Freelancer's Best Friend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension complements online app available at [https://tasklog.app] Join more than 15k people around the world and get a perfect overview of your work, projects and clients. Useful charts and statistics can be generated using your data. Timesheets can be exported or downloaded. Available for web and mobile. The interface is designed to be as simple as possible, consisting of 3 main items: • Time tracker • Task manager • Pomodoro timer > For web version, visit [https://tasklog.app] > Remote teams and small companies, visit: [https://teams.tasklog.app] > More at [https://tasklog.app/features] - - - Tasklog is developed by freelance developer Petr Nagy. The development started in 2013. First version was released in 2014. [https://tasklog.app]
एक्सटेंशन की मूल जानकारी
नाम | Tasklog App | Freelancer's Best Friend |
ID | gkilcemjeebimglhhbdpmdoplmijcoaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tasklog-app-freelancers-b/gkilcemjeebimglhhbdpmdoplmijcoaf |
विवरण | Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks. |
फ़ाइल का आकार | 22.06 KB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2019-05-17 |
प्रकाशन तिथि | 2019-05-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://tasklog.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tasklog.app/ |
सहायता पृष्ठ URL | https://tasklog.app/contact |
गोपनीयता नीति पृष्ठ URL | https://www.tomatoid.com/@/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tasklog App | Freelancer's Best Friend", "short_name": "Tasklog", "version": "2.0.0", "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:* https:\/\/tasklog.app https:\/\/*.tasklog.app; object-src 'self'", "description": "Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "declarativeContent", "activeTab", "cookies", "*:\/\/*.tasklog.app\/*", "*:\/\/tasklog.app\/*" ], "page_action": { "default_popup": "app.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |