Time Tracker by TimeCamp

Put your favorite free time tracker into any tool you use.

What is Time Tracker by TimeCamp?

Time Tracker by TimeCamp is a Chrome extension developed by https://www.timecamp.com, and its main feature is "Put your favorite free time tracker into any tool you use.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Time Tracker by TimeCamp Extension CRX File

Download Time Tracker by TimeCamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enjoy the seamless time tracking within your favorite app! Add a timer to the tool you use and track time with a single click, without switching to another tab. 

Start timer whether you need it and stop it when finishing the task. The plugin syncs with TimeCamp automatically, so the records will immediately appear in your timesheets. 

About the tool
TimeCamp is a 100% free time tracker for unlimited users. It tracks time in the background automatically and fills your timesheets with time entries with just a  few clicks. With detailed reports, you can measure projects’ profitability and stay up to date with the team's performance. The tool is available as a desktop and mobile app as well as a web timer and extension for the most popular browsers. 

How to add it?
Click “Add to Chrome” 
Sign up for a free account or log in to TimeCamp (or it will be done automatically if you’re already logged in to the web version)

Check the list of supported tools here: https://www.timecamp.com/integrations/

The code is open source, so feel free to join our Github repo and contribute: github.com/timecamp 

For more information or support please contact us: https://www.timecamp.com/contact/                    

Extension Basic Information

Name Time Tracker by TimeCamp Time Tracker by TimeCamp
ID ohbkdjmhoegleofcohdjagmcnkimfdaa
Official URL https://chromewebstore.google.com/detail/time-tracker-by-timecamp/ohbkdjmhoegleofcohdjagmcnkimfdaa
Description Put your favorite free time tracker into any tool you use.
File Size 1.16 MB
Installation Count 14,967
Current Version 2.85.2
Last Updated 2024-01-19
Publish Date 2020-06-17
Rating 3.93/5 Total 29 Ratings
Developer https://www.timecamp.com
Email [email protected]
Payment Type free
Extension Website https://www.timecamp.com/
Help Page URL https:///www.timecamp.com/kb/
Privacy Policy Page URL https://www.timecamp.com/en/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_NAME__",
    "version": "2.85.2",
    "manifest_version": 3,
    "description": "__MSG_DESCRIPTION__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.timecamp.com\/*",
            "https:\/\/app.timecamp.com\/*"
        ]
    },
    "icons": {
        "14": "images\/icon-14.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "images\/icon-19-gray.png",
            "38": "images\/icon-38-gray.png"
        },
        "default_title": "__MSG_TITLE__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.podio.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.podio.com\/",
                "*:\/\/podio.com\/site\/*",
                "*:\/\/podio.com\/login*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/podio.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/podio.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.teamwork.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.teamwork.com\/*",
                "*:\/\/happines.teamwork.com\/*",
                "*:\/\/developer.teamwork.com\/*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/teamwork.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/teamwork.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.insightly.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/api.insight.ly\/*",
                "*:\/\/support.insight.ly\/*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/insightly.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/insightly.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.insight.ly\/*"
            ],
            "exclude_matches": [
                "*:\/\/api.insight.ly\/*",
                "*:\/\/support.insight.ly\/*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/insightly.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/insight.ly.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.todoist.com\/app*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/todoist.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/todoist.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.wrike.com\/workspace.htm*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/wrike.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/wrike.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.hey.space\/projects\/*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/heyspace.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/heyspace.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.clickup.com\/*"
            ],
            "css": [
                "styles\/common.css",
                "styles\/font-awesome.css",
                "styles\/bootstrap.min.css",
                "styles\/jquery-ui.structure.min.css",
                "styles\/jquery-ui.theme.min.css",
                "styles\/sites\/clickup.css"
            ],
            "js": [
                "scripts\/lib\/jquery-2.1.1.min.js",
                "scripts\/lib\/jquery-ui.min.js",
                "scripts\/lib\/moment.min.js",
                "scripts\/lib\/moment-range.min.js",
                "scripts\/config.js",
                "scripts\/TokenManager.js",
                "scripts\/ApiService.js",
                "scripts\/common.js",
                "scripts\/TimerBase.js",
                "scripts\/TimerButton.js",
                "scripts\/third_party\/clickup.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.asana.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/asana.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/google-docs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.huskymarketingplanner.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/husky-marketing-planner.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.liquidplanner.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/liquidplanner.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.openproject.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/openproject.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.produck.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/produck.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.redbooth.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/redbooth.js"
            ]
        },
        {
            "matches": [
                "*:\/\/ticktick.com\/*",
                "*:\/\/*.ticktick.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/ticktick.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.toodledo.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/toodledo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/airtable.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/airtable.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bitbucket.org\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/bitbucket.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.clubhouse.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/clubhouse.js"
            ]
        },
        {
            "matches": [
                "*:\/\/keep.google.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/google-keep.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/google-mail.js"
            ]
        },
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/google-calendar.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ladesk.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/liveagent.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mantishub.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/mantishub.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/notion.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.phacility.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/phabricator.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.redmine.org\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/redmine.js"
            ]
        },
        {
            "matches": [
                "*:\/\/sprint.ly\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/sprintly.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.axosoft.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/axosoft.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.supportsystem.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/osticket.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.unfuddle.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/unfuddle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.zammad.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/zammad.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.myjetbrains.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/youtrack.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bitrix24.com\/*",
                "*:\/\/*.bitrix24.pl\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/bitrix24.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.cloudes.me\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/cloudes.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.codebasehq.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/codebase.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.corgee.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/corgee.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dokuwiki.org\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/dokuwiki.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.draftin.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/draftin.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.esa.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/esa.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.feedly.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/feedly.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.fibery.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/fibery.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.focuster.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/focuster.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.fogbugz.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/fogbugz.js"
            ]
        },
        {
            "matches": [
                "*:\/\/gingkoapp.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/gingkoapp.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.gqueues.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/gqueues.js"
            ]
        },
        {
            "matches": [
                "*:\/\/habitica.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/habitica.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kanbanery.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/kanbanery.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kanban.ist\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/kanbanist.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kantree.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/kantree.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.minicrm.pl\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/minicrm.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.monday.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/developers.monday.com\/*"
            ],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/monday.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.odoo.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/odoo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.onshape.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/onshape.js"
            ]
        },
        {
            "matches": [
                "*:\/\/outlook.live.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/outlook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pagerduty.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/pagerduty.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.planbox.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/planbox.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.protonmail.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/protonmail.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.proworkflow.net\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/proworkflow.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.rememberthemilk.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/rememberthemilk.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.force.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/salesforce.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.sifterapp.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/sifterapp.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.spidergap.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/spidergap.js"
            ]
        },
        {
            "matches": [
                "*:\/\/plan.toggl.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/toggl-plan.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/blog.trello.com\/*",
                "*:\/\/help.trello.com\/*"
            ],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/trello.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.v1host.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/versionone.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.vivifyscrum.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/vivifyscrum.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.zenhub.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/zenhub.js"
            ]
        },
        {
            "matches": [
                "*:\/\/zube.io\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/zube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.freshservice.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/freshservice.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.hubspot.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/hubspot.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/pipedrive.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "exclude_matches": [],
            "css": [
                "scripts-2.0\/style\/main.min.css"
            ],
            "js": [
                "scripts-2.0\/common.js",
                "scripts-2.0\/third_party\/wikipedia.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/app.timecamp.com\/",
    "incognito": "spanning",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.timecamp.com\/*",
        "https:\/\/*.app.timecamp.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.gif",
                "images\/*.png",
                "scripts\/interceptHistoryChanges.js",
                "templates\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}