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"
    }
}