Eisenhower Matrix

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

Eisenhower Matrix란 무엇입니까?

Eisenhower Matrix은(는) Farshid Ashouri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks"입니다.

확장 프로그램 스크린샷

screenshot

Eisenhower Matrix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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