7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

7todos란 무엇입니까?

7todos은(는) https://7todos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

7todos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

확장 프로그램 기본 정보

이름 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
공식 URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
설명 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
파일 크기 857 KB
설치 횟수 187
현재 버전 3.0.2
최근 업데이트 2024-02-05
출시 날짜 2021-05-04
평점 5.00/5 총 2 개의 평점
개발자 https://7todos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://7todos.com
개인정보 보호 정책 페이지 URL https://www.7todos.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}