ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
O que é ManicTime Url Tracker?
ManicTime Url Tracker é uma extensão do Chrome desenvolvida por https://manictime.com, e sua principal característica é "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ManicTime Url Tracker
Baixe arquivos de extensão ManicTime Url 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
This plugin is only useful if you have ManicTime locally installed. This is alternative method of getting browsing data from Chrome. ManicTime already ships with native Chrome plugin, but it can be unstable for some users. If ManicTime will detect this plugin, it will use it instead of the native plugin. Data is only sent to locally installed ManicTime, nowhere else. v1.1 - support for Opera, Yandex, Vivaldi and other browsers v1.1.10 - minor fixes
Informações Básicas da Extensão
Nome | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
URL Oficial | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
Descrição | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
Tamanho do Arquivo | 18.14 KB |
Contagem de Instalações | 4,754 |
Versão Atual | 1.1.14 |
Última Atualização | 2023-05-31 |
Data de Publicação | 2017-03-08 |
Classificação | 4.00/5 Total de 11 Avaliações |
Desenvolvedor | https://manictime.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ManicTime Url Tracker", "version": "1.1.14", "manifest_version": 3, "description": "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.", "icons": { "16": "\/images\/icon-16.png", "128": "\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "ManicTime" }, "permissions": [ "tabs" ] } |