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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Eisenhower Matrix
قم بتنزيل ملفات الامتداد Eisenhower Matrix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة سياسة الخصوصية | 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"
}
}
} | |