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開發的Chrome擴展程式,該擴展的主要功能是“Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tasklog App | Freelancer's Best Friend擴展crx文件

下載Tasklog App | Freelancer's Best Friend擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Tasklog App | Freelancer's Best Friend
ID gkilcemjeebimglhhbdpmdoplmijcoaf
官方網址 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
}