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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}