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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |