Tasklog App | Freelancer's Best Friend
Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.
Qu'est-ce que Tasklog App | Freelancer's Best Friend ?
Tasklog App | Freelancer's Best Friend est une extension Chrome développée par https://tasklog.app, et sa fonction principale est "Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tasklog App | Freelancer's Best Friend
Téléchargez les fichiers d'extension Tasklog App | Freelancer's Best Friend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Tasklog App | Freelancer's Best Friend |
ID | gkilcemjeebimglhhbdpmdoplmijcoaf |
URL Officiel | https://chromewebstore.google.com/detail/tasklog-app-freelancers-b/gkilcemjeebimglhhbdpmdoplmijcoaf |
Description | Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks. |
Taille du Fichier | 22.06 KB |
Nombre d'Installations | 105 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2019-05-17 |
Date de Publication | 2019-05-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://tasklog.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tasklog.app/ |
URL de la Page d'Aide | https://tasklog.app/contact |
URL de la Page de Politique de Confidentialité | https://www.tomatoid.com/@/privacy-policy |
Langues Prises en Charge | 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 } |