Smartertime

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

Τι είναι το Smartertime;

Το Smartertime είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.smartertime.com, και η κύρια λειτουργία του είναι "Retrieve active tab's URL and send it to Smartertime app.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Smartertime

Λήψη αρχείων επέκτασης Smartertime σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smartertime Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
Επίσημο URL https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn
Περιγραφή Retrieve active tab's URL and send it to Smartertime app.
Μέγεθος Αρχείου 9.44 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2018-09-27
Ημερομηνία Δημοσίευσης 2018-09-27
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.smartertime.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}