Smartertime
Retrieve active tab's URL and send it to Smartertime app.
Smartertime क्या है?
Smartertime https://www.smartertime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retrieve active tab's URL and send it to Smartertime app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartertime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |