Minterapp Time Tracker

This extension helps to track time to increase your productivity

Minterapp Time Trackerとは何ですか?

Minterapp Time TrackerはMinterappによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to track time to increase your productivity」です。

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

screenshot
screenshot

Minterapp Time Tracker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Minterapp is an online time tracking tool you have easily track how much time you spend on projects. You can easily use this chrome extension to track time while using your favorite project management tools like Basecamp 3, Trello and more!                    

拡張機能の基本情報

名前 Minterapp Time Tracker Minterapp Time Tracker
ID jgkeaioebkbphfflhckgegdpbogcboen
公式URL https://chrome.google.com/webstore/detail/minterapp-time-tracker/jgkeaioebkbphfflhckgegdpbogcboen
説明 This extension helps to track time to increase your productivity
ファイルサイズ 98.08 KB
インストール数 75
現在のバージョン 0.0.1.9
最終更新日 2018-06-11
公開日 2018-06-11
評価 5.00/5 合計 1 レビュー
開発者 Minterapp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.minterapp.com
プライバシーポリシーページのURL http://www.minterapp.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minterapp Time Tracker",
    "description": "This extension helps to track time to increase your productivity",
    "version": "0.0.1.9",
    "icons": {
        "128": "images\/mi_light_green_logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ],
    "short_name": "Minterapp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/3.basecamp.com\/*",
                "https:\/\/basecamp.com\/*",
                "https:\/\/app.asana.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "css": [
                "bootstrap.css"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.4.js",
                "jquery.turbolinks.js",
                "popup.js",
                "content.js",
                "bootstrap.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.minterapp.com\/*",
            "*:\/\/3.basecamp.com\/*",
            "*:\/\/trello.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}