Eisenhower Matrix

The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks

Eisenhower Matrixคืออะไร?

Eisenhower Matrix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Farshid Ashouri และคุณลักษณะหลักของมันคือ "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eisenhower Matrix

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

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

                        Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks                    

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

ชื่อ Eisenhower Matrix Eisenhower Matrix
ID fhfpojegplpnjaigfhohnbdmfeojlpbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl
คำอธิบาย The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
ขนาดไฟล์ 21.04 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-02-27
วันที่เผยแพร่ 2023-02-26
ผู้พัฒนา Farshid Ashouri
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ourway/eisenhower-matrix-chrome-extention
URL หน้านโยบายความเป็นส่วนตัว https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eisenhower Matrix",
    "description": "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}