{"id":13572011,"url":"https://github.com/toggl/track-extension","last_synced_at":"2025-12-17T20:00:18.926Z","repository":{"id":36966572,"uuid":"10452358","full_name":"toggl/track-extension","owner":"toggl","description":"Toggl Track browser extension for Chrome and Firefox","archived":false,"fork":false,"pushed_at":"2025-12-03T13:06:57.000Z","size":11367,"stargazers_count":1125,"open_issues_count":392,"forks_count":570,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-12-06T16:32:18.896Z","etag":null,"topics":["chrome","chrome-extension","firefox","firefox-addon","javascript","toggl"],"latest_commit_sha":null,"homepage":"http://toggl.github.io/track-extension","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toggl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-06-03T10:33:23.000Z","updated_at":"2025-12-03T13:10:50.000Z","dependencies_parsed_at":"2023-10-17T02:05:00.883Z","dependency_job_id":"b6f21ef4-54d6-443d-a6c8-d459e5da7939","html_url":"https://github.com/toggl/track-extension","commit_stats":null,"previous_names":["toggl/toggl-button"],"tags_count":366,"template":false,"template_full_name":null,"purl":"pkg:github/toggl/track-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggl%2Ftrack-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggl%2Ftrack-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggl%2Ftrack-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggl%2Ftrack-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toggl","download_url":"https://codeload.github.com/toggl/track-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggl%2Ftrack-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27786157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","firefox","firefox-addon","javascript","toggl"],"created_at":"2024-08-01T14:01:11.189Z","updated_at":"2025-12-17T20:00:18.904Z","avatar_url":"https://github.com/toggl.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cimg src=\"docs/toggl-track-logo.svg\" alt=\"Track Extension\" width=\"400\" height=\"auto\"\u003e\n\n# Toggl Track browser extension integrations\n\n## 📣 Toggl Button is now the Toggl Track browser extension!\nWe not only renamed the extension, but we also made several changes to Track Extension's codebase to build a better foundation for the future and make it easier to contribute new integrations.\n\nFor more information, please check this [blogpost](https://toggl.com/blog/purposeful-open-source).\n\n---\n\nThis is the repo for the browser extension's integrations.\n\nStart and stop the timer from the web tools you use daily. Get the time-tracking\nout of the way and focus on real work.\n\n## Table of Contents\n- [How to use](#how-to-use)\n  - [Installing the extension](#installing-the-extension)\n  - [Using the extension](#using-the-extension)\n- [Add custom domains](#add-custom-domains)\n- [Supported services](#supported-services)\n- [Create new integrations](#create-new-integrations)\n- [Changelog](#changelog)\n- [Contributing](#contributing)\n- [License](#license)\n\n## How to use\n\n### Installing the extension\n\n__Chrome__\nhttps://chrome.google.com/webstore/detail/toggl-button/oejgccbfbmkkpaidnkphaiaecficdnfn\n\n__Firefox__\nhttps://addons.mozilla.org/en-US/firefox/addon/toggl-button-time-tracker/\n\n### Using the extension\n\n1. Log in to your [Toggl Track](https://track.toggl.com/) account from the extension popup.\n2. Enable services that you want to use the browser extension with under Settings \u003e Integrations.\n3. Navigate to your [service](#supported-services) and start your Toggl timer there.\n\nOr start entry from the extension icon menu.\n\n3. To edit the running time entry:\n  - Edit entry details from the post start popup that is shown right after you click the \"Start timer\" button.\n  - Edit entry details from the extension icon menu by clicking the running time entry name.\n\n4. To stop the current running timer:\n  - Press the button again.\n  - Stop the entry from the extension icon menu.\n  - Start another time entry inside your account.\n\n## Supported services\n\nFor a list of supported services please refer to [integrations](docs/INTEGRATIONS.md)\n\n## Add custom domains\n\nIf one of the supported services that you use is hosted on a custom domain (e.g. https://yourcompany.github.com) you can define the custom domains in Settings \u003e Integrations.\n\n## Create new integrations\n\nDo you want to create a new custom integration, and maybe share it with the rest of the world? Check the [contributing section](#contributing) for more information.\n\n## Changelog\n\nA list of all the changes and added features can be found at http://toggl.github.io/track-extension.\n\n## Contributing\n\nWant to contribute? Great! Read up our guide for [contributing](docs/CONTRIBUTING.md).\nIt explains in detail how to create, edit, debug and publish a new integration to the Toggl Track browser extension.\n\n## License\nThe Toggl Track browser extension extension is [Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoggl%2Ftrack-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoggl%2Ftrack-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoggl%2Ftrack-extension/lists"}