Keeping – Time Tracker
Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account.
O que é Keeping – Time Tracker?
Keeping – Time Tracker é uma extensão do Chrome desenvolvida por Keeping, e sua principal característica é "Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Keeping – Time Tracker
Baixe arquivos de extensão Keeping – 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
Track hours directly in your browser through the Keeping Chrome extension. With Keeping you will always have a clear overview of your productivity and working hours. You can use this extension to manage your hours and time on every page, while everything is synced in real time and securely stored in your Keeping account. Keeping Plus: Integration with project management tools is available through Keeping Plus. Get access to your time tracking directly within Basecamp, Jira, Asana, Trello and GitHub. Make sure you log in with (at the least) a Plus plan enabled account. View all possible plans and prices on our pricing page [https://keeping.nl/pricing]. How do I use Keeping for Chrome? 1. Register an account on Keeping.nl. 2. On this page press: 'Add to Chrome'. 3. Keeping for Chrome has now been added to your browser and is ready for use. 4. Open the extension by clicking the Keeping icon next to the navigation bar. 5. The extension opens in a pop-over, there you can log in by pressing the green "Log in with Keeping" button. 6. After you've logged in, select your organization within Keeping. 7. You are now ready to track time from every page in your browser. If you experience problems with the extension, you can contact us at [email protected]. Keeping extension for Chrome is a product of Keeping B.V., to be found via https://keeping.nl . Tracking your hours with Keeping is very intuitive and easy. You can add clients, projects and tasks to keep track and analyze worked hours in collaboration with your entire organization. In addition to the Chrome Extension, we also offer mobile applications for Android and iPhone. View this via https://keeping.nl/uren-keeping. Made with ❤️ in Amsterdam & Enschede
Informações Básicas da Extensão
Nome | Keeping – Time Tracker |
ID | egjknjnaeififddehjalmnhjcgdepdac |
URL Oficial | https://chromewebstore.google.com/detail/keeping-–-tijdregistratie/egjknjnaeififddehjalmnhjcgdepdac?hl=en |
Descrição | Measure your productivity in the browser with Keeping, the super easy time tracker. All data is synced to your Keeping-account. |
Tamanho do Arquivo | 487 KB |
Contagem de Instalações | 1,076 |
Versão Atual | 1.0.1.15 |
Última Atualização | 2023-12-29 |
Data de Publicação | 2020-02-04 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Keeping |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://keeping.nl |
URL da Página de Ajuda | https://keeping.nl/support |
URL da Página de Política de Privacidade | https://keeping.nl/privacy |
Idiomas Suportados | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_shortName__", "description": "__MSG_extensionDescription__", "author": "Label305", "version": "1.0.1.15", "default_locale": "nl", "icons": { "128": "img\/store_icon.png" }, "background": { "scripts": [ ".\/js\/runtime.js", ".\/js\/commons.js", ".\/js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": "img\/icon_dark_128.png", "default_popup": "popup.html", "browser_style": true, "theme_icons": [ { "light": "img\/icon_light_16.png", "dark": "img\/icon_dark_16.png", "size": 16 }, { "light": "img\/icon_light_32.png", "dark": "img\/icon_dark_32.png", "size": 32 }, { "light": "img\/icon_light_128.png", "dark": "img\/icon_dark_128.png", "size": 128 } ] }, "permissions": [ "storage", "activeTab", "contextMenus", "identity", "https:\/\/*.keeping.nl\/", "https:\/\/*.keeping-staging.nl\/" ], "content_scripts": [ { "matches": [ " |