Gmail Time Tracker by cloudHQ

Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.

什麼是Gmail Time Tracker by cloudHQ?

Gmail Time Tracker by cloudHQ是由https://www.gmail-time-tracker.com開發的Chrome擴展程式,該擴展的主要功能是“Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Gmail Time Tracker by cloudHQ擴展crx文件

下載Gmail Time Tracker by cloudHQ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Any time you open an email, you'll be able to log how much time you've spent reading it, or writing it. You can then export that information into a spreadsheet, and include that in your billing hours.

cloudhQ. Helping professionals 1 click at a time.

This is an **excellent** service for any professionals who charge hourly like: lawyers, doctors, construction managers, contractors, etc.                    

擴展基本資訊

名稱 Gmail Time Tracker by cloudHQ Gmail Time Tracker by cloudHQ
ID mepdpgggpkipnekeklcocigfcpneepoa
官方網址 https://chromewebstore.google.com/detail/gmail-time-tracker-by-clo/mepdpgggpkipnekeklcocigfcpneepoa
簡介 Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.
檔案大小 281 KB
安裝次數 2,445
目前版本 1.1.0.18
更新時間 2020-05-16
上架時間 2020-05-15
評分 4.54/5 共 26 次評分
開發者 https://www.gmail-time-tracker.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.gmail-time-tracker.com/
說明頁面URL https://support.cloudhq.net/category/browser-extensions
隱私政策頁面URL https://www.cloudhq.net/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Gmail Time Tracker by cloudHQ",
    "short_name": "Gmail Time Tracker by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/background.js",
            "javascripts\/popup.js",
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/jquery.json.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/gmail_time_tracker.png",
        "default_popup": "popup.html",
        "default_title": "Gmail Time Tracker"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_gmail_time_tracker.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_time_tracker_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.1.0.18",
    "description": "Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}