LawGro MagicTime Autotime Capture for Lawyer

It automatically captures your time spent on each website in the background.

LawGro MagicTime Autotime Capture for Lawyerคืออะไร?

LawGro MagicTime Autotime Capture for Lawyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lawgro.com และคุณลักษณะหลักของมันคือ "It automatically captures your time spent on each website in the background."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LawGro MagicTime Autotime Capture for Lawyer

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

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

                        AI based Automatic Time Capture.

LawGro MagicTime captures your time automatically in the background. It learns, improves and share insights over time. No one (including company Admins) gets access to your data. All your data is completely private and visible only to you.

1. Install LawGro MagicTime chrome extension one time.
2. It captures time spent on websites and builds your timesheet in the background.
3. Review & file in just few seconds.                    

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

ชื่อ LawGro MagicTime Autotime Capture for Lawyer LawGro MagicTime Autotime Capture for Lawyer
ID hkmpmokfojficmjdjbhlblnknldjknmp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lawgro-magictime-autotime/hkmpmokfojficmjdjbhlblnknldjknmp
คำอธิบาย It automatically captures your time spent on each website in the background.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-12-04
วันที่เผยแพร่ 2019-09-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://lawgro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lawgro.com/software/magictime-automatic-time-capture/
URL หน้าช่วยเหลือ https://lawgro.com/
URL หน้านโยบายความเป็นส่วนตัว https://lawgro.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LawGro MagicTime Autotime Capture for Lawyer",
    "short_name": "LawGro MagicTime",
    "description": "It automatically captures your time spent on each website in the background.",
    "version": "1.8",
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "24": "images\/icons\/icon24.png",
        "32": "images\/icons\/icon32.png",
        "64": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png"
    },
    "options_ui": {
        "page": "home.html?show=capture",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.js",
            "background.js",
            "lg_utilities.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "jquery-3.4.1.js",
                "lg_topaz.js",
                "inboxsdk.js",
                "lg_gmail_track.js"
            ],
            "css": [
                "lg_topaz.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.lawgro.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "idle",
        "storage",
        "identity",
        "https:\/\/up.lawgro.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/us-central1-dev-dhaani.cloudfunctions.net\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}