Runrun.it

The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.

Runrun.it란 무엇입니까?

Runrun.it은(는) Runrun.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Runrun.it 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Runrun.it extension for Chrome allows you to view your task list (open and complete), work, pause, complete, reopen and prioritize them. Available only for clients with access to the Runrun.it API.                    

확장 프로그램 기본 정보

이름 Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
공식 URL https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
설명 The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
파일 크기 988 KB
설치 횟수 1,440
현재 버전 1.0.7
최근 업데이트 2022-08-16
출시 날짜 2019-04-10
평점 5.00/5 총 2 개의 평점
개발자 Runrun.it
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://runrun.it
도움말 페이지 URL https://github.com/Runrunit/chrome-extension
개인정보 보호 정책 페이지 URL https://www.runrun.it/terms_and_conditions?locale=en-US
지원되는 언어 en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Runrun.it",
    "short_name": "Runrun.it",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "images\/icon_16_active.png",
        "default_title": "Runrun.it",
        "default_popup": "popup.html"
    },
    "permissions": [
        "idle",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "48": "images\/app_icon_48.png",
        "128": "images\/app_icon.png"
    },
    "options_page": "options.html"
}