Time Tracker

This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.

O que é Time Tracker?

Time Tracker é uma extensão do Chrome desenvolvida por LogWork, e sua principal característica é "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Tracker

Baixe arquivos de extensão Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Free productivity and time tracker for most popular online project management tools, platforms (e.g. Trello, Asana, Github, Notion, Todoist, etc.) that let you quickly and easily start a timer or log time manually. Keep an account of each minute worked!

We embed the time tracking button inside their native website interface. The embedded time tracker button looks as native, and it can increase your productivity and motivate you to achieve better results. So, no more tab switching. The accessibility of our time tracker proves to help you manage your time efficiently, work on diverse tasks during your working day, focus on tasks and projects, increase productivity, provide powerful results, etc.                    

Informações Básicas da Extensão

Nome Time Tracker Time Tracker
ID ehagagfefdlncfmdnnegoagdemnfehdc
URL Oficial https://chromewebstore.google.com/detail/time-tracker/ehagagfefdlncfmdnnegoagdemnfehdc
Descrição This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.
Tamanho do Arquivo 564 KB
Contagem de Instalações 699
Versão Atual 1.4
Última Atualização 2021-12-13
Data de Publicação 2020-12-25
Desenvolvedor LogWork
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://logwork.com/blog/contact-us
URL da Página de Política de Privacidade https://app.logwork.com/privacy
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.",
    "version": "1.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "*:\/\/*.logwork.com\/*",
        "*:\/\/logwork.com\/*",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/extension_init.js",
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "icons\/user.png",
        "icons\/arrow_right.png",
        "icons\/cancel.png",
        "icons\/check.png",
        "icons\/folder.png",
        "icons\/plus.png"
    ]
}