Smartertime

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

Smartertime là gì?

Smartertime là một tiện ích mở rộng Chrome được phát triển bởi https://www.smartertime.com, và tính năng chính của nó là "Retrieve active tab's URL and send it to Smartertime app.".

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

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

Tải xuống các tệp mở rộng Smartertime 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

                        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.                    

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

Tên Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
URL Chính Thức https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Mô tả Retrieve active tab's URL and send it to Smartertime app.
Kích Thước Tệp 9.44 KB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2018-09-27
Ngày Phát Hành 2018-09-27
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.smartertime.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}