DeskTime url fetcher

This extension allows DeskTime client to read current url.

DeskTime url fetcher là gì?

DeskTime url fetcher là một tiện ích mở rộng Chrome được phát triển bởi https://desktime.com, và tính năng chính của nó là "This extension allows DeskTime client to read current url.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeskTime url fetcher

Tải xuống các tệp mở rộng DeskTime url fetcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
URL Chính Thức https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
Mô tả This extension allows DeskTime client to read current url.
Kích Thước Tệp 45.87 KB
Số Lần Cài Đặt 4,715
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-04-10
Ngày Phát Hành 2016-02-02
Đánh Giá 3.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://desktime.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://desktime.com
URL Trang Trợ Giúp https://desktime.com/faq/
URL Trang Chính Sách Bảo Mật https://desktime.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}