Smartertime

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

Apa itu Smartertime?

Smartertime adalah ekstensi Chrome yang dikembangkan oleh https://www.smartertime.com, dan fitur utamanya adalah "Retrieve active tab's URL and send it to Smartertime app.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Smartertime

Unduh file ekstensi Smartertime dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
URL Resmi https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Deskripsi Retrieve active tab's URL and send it to Smartertime app.
Ukuran File 9.44 KB
Jumlah Instalasi 128
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2018-09-27
Tanggal Publikasi 2018-09-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://www.smartertime.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}