Planfix: Timer

Recording and tracking time spent on tasks and projects

Planfix: Timerとは何ですか?

Planfix: Timerはhttps://planfix.comによって開発されたChromeの拡張機能で、その主な機能は「Recording and tracking time spent on tasks and projects」です。

拡張機能のスクリーンショット

screenshot

Planfix: Timer拡張機能のCRXファイルをダウンロード

Planfix: Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Recording and tracking time spent on tasks and projects
Planfix is a team-management tool that helps groups organize and manage collaboration between different people.Planfix is great for businesses, nonprofits, and any other group of people working towards a common goal.
 
The timer feature lets users keep track of time spent on tasks and projects, and record it in their Planfix account. Time recorded can then be viewed and analyzed using Planfix reports or any other reports built independently.                    

拡張機能の基本情報

名前 Planfix: Timer Planfix: Timer
ID pfffkcgkamnolobimklembffchhlkkik
公式URL https://chromewebstore.google.com/detail/planfix-timer/pfffkcgkamnolobimklembffchhlkkik
説明 Recording and tracking time spent on tasks and projects
ファイルサイズ 99.17 KB
インストール数 4,478
現在のバージョン 3.6.14
最終更新日 2023-10-22
公開日 2019-11-05
評価 3.63/5 合計 24 レビュー
開発者 https://planfix.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://planfix.com/support/
プライバシーポリシーページのURL https://planfix.ru/privacy
対応言語 en,ru
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "3.6.14",
    "default_locale": "en",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/extension-icon.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "24": "images\/128.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.planfix.ru\/",
        "https:\/\/*.planfix.com\/",
        "https:\/\/*.planfix.ua\/",
        "https:\/\/pf.mgcom.ru\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/debug.js",
            "js\/common.js",
            "js\/auto_inject.js",
            "js\/lib\/date_format.js",
            "js\/lib\/jquery-2.1.4.min.js",
            "js\/lib\/url_parse.js",
            "js\/settings.js",
            "js\/storage.js",
            "js\/timer.js",
            "js\/planfix.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.planfix.ru\/*",
                "https:\/\/*.planfix.com\/*",
                "https:\/\/*.planfix.ua\/*",
                "https:\/\/pf.mgcom.ru\/*"
            ],
            "js": [
                "js\/planfix_contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}