Smartertime

Retrieve active tab's URL and send it to Smartertime app.

O que é Smartertime?

Smartertime é uma extensão do Chrome desenvolvida por https://www.smartertime.com, e sua principal característica é "Retrieve active tab's URL and send it to Smartertime app.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Smartertime

Baixe arquivos de extensão Smartertime 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

                        Plugin to track Chrome website on Linux with the Smarter Time client. The client can be downloaded from https://github.com/Smartertime/SmarterTimeLinux/ and requires the Smarter Time for Android app.                    

Informações Básicas da Extensão

Nome Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
URL Oficial https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Descrição Retrieve active tab's URL and send it to Smartertime app.
Tamanho do Arquivo 9.44 KB
Contagem de Instalações 128
Versão Atual 1.0.0.0
Última Atualização 2018-09-27
Data de Publicação 2018-09-27
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.smartertime.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smartertime",
    "version": "1.0.0.0",
    "author": "Smarter Time",
    "homepage_url": "https:\/\/www.smartertime.com",
    "description": "Retrieve active tab's URL and send it to Smartertime app.",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "images\/48.png"
    }
}