Smartertime

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

Что такое Smartertime?

Smartertime - это расширение Chrome, разработанное https://www.smartertime.com, и его основная функция - "Retrieve active tab's URL and send it to Smartertime app.".

Снимки экрана расширения

Скачать файл CRX расширения Smartertime

Скачайте файлы расширений Smartertime в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Официальный URL https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Описание Retrieve active tab's URL and send it to Smartertime app.
Размер файла 9.44 KB
Количество установок 128
Текущая Версия 1.0.0.0
Последнее Обновление 2018-09-27
Дата публикации 2018-09-27
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://www.smartertime.com
Тип оплаты free
Поддерживаемые языки 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"
    }
}