Smartertime

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

What is Smartertime?

Smartertime is a Chrome extension developed by https://www.smartertime.com, and its main feature is "Retrieve active tab's URL and send it to Smartertime app.".

Extension Screenshots

Download Smartertime Extension CRX File

Download Smartertime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Official URL https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Description Retrieve active tab's URL and send it to Smartertime app.
File Size 9.44 KB
Installation Count 128
Current Version 1.0.0.0
Last Updated 2018-09-27
Publish Date 2018-09-27
Rating 3.00/5 Total 2 Ratings
Developer https://www.smartertime.com
Payment Type free
Supported Languages 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"
    }
}