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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Runrun.it และคุณลักษณะหลักของมันคือ "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Runrun.it

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

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

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