DeskTime url fetcher

This extension allows DeskTime client to read current url.

Что такое DeskTime url fetcher?

DeskTime url fetcher - это расширение Chrome, разработанное https://desktime.com, и его основная функция - "This extension allows DeskTime client to read current url.".

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

screenshot
screenshot

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

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

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

                        DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself.

To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com                    

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

Название DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
Официальный URL https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
Описание This extension allows DeskTime client to read current url.
Размер файла 45.87 KB
Количество установок 4,715
Текущая Версия 2.0.2
Последнее Обновление 2021-04-10
Дата публикации 2016-02-02
Рейтинг 3.69/5 Всего 16 оценок
Разработчик https://desktime.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://desktime.com
URL страницы помощи https://desktime.com/faq/
URL страницы политики конфиденциальности https://desktime.com/privacy
Поддерживаемые языки en
manifest.json
{
    "background": {
        "page": "DeskTime.html",
        "persistent": false
    },
    "description": "This extension allows DeskTime client to read current url.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB",
    "manifest_version": 2,
    "name": "DeskTime url fetcher",
    "permissions": [
        "tabs",
        "http:\/\/localhost:55566\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}