DeskTime url fetcher

This extension allows DeskTime client to read current url.

DeskTime url fetcherคืออะไร?

DeskTime url fetcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://desktime.com และคุณลักษณะหลักของมันคือ "This extension allows DeskTime client to read current url."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeskTime url fetcher

ดาวน์โหลดไฟล์ส่วนขยาย DeskTime url fetcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself.

To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeskTime url fetcher DeskTime url fetcher
ID kphjfdjkmhnoamhfacepmnlfmmmdedoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj
คำอธิบาย This extension allows DeskTime client to read current url.
ขนาดไฟล์ 45.87 KB
จำนวนการติดตั้ง 4,715
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2021-04-10
วันที่เผยแพร่ 2016-02-02
คะแนน 3.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://desktime.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://desktime.com
URL หน้าช่วยเหลือ https://desktime.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://desktime.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "DeskTime.html",
        "persistent": false
    },
    "description": "This extension allows DeskTime client to read current url.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB",
    "manifest_version": 2,
    "name": "DeskTime url fetcher",
    "permissions": [
        "tabs",
        "http:\/\/localhost:55566\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}