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.

¿Qué es Gmail Time Tracker by cloudHQ?

Gmail Time Tracker by cloudHQ es una extensión de Chrome desarrollada por https://www.gmail-time-tracker.com, y su función principal es "Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Gmail Time Tracker by cloudHQ

Descarga archivos de extensión Gmail Time Tracker by cloudHQ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Gmail Time Tracker by cloudHQ Gmail Time Tracker by cloudHQ
ID mepdpgggpkipnekeklcocigfcpneepoa
URL Oficial https://chromewebstore.google.com/detail/gmail-time-tracker-by-clo/mepdpgggpkipnekeklcocigfcpneepoa
Descripción Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.
Tamaño del Archivo 281 KB
Cantidad de Instalaciones 2,445
Versión Actual 1.1.0.18
Última Actualización 2020-05-16
Fecha de Publicación 2020-05-15
Calificación 4.54/5 Total de 26 Calificaciones
Desarrollador https://www.gmail-time-tracker.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.gmail-time-tracker.com/
URL de la Página de Ayuda https://support.cloudhq.net/category/browser-extensions
URL de la Página de Política de Privacidad https://www.cloudhq.net/privacy
Idiomas Soportados 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
}