Runrun.it

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

Runrun.it là gì?

Runrun.it là một tiện ích mở rộng Chrome được phát triển bởi Runrun.it, và tính năng chính của nó là "The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Runrun.it

Tải xuống các tệp mở rộng Runrun.it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Runrun.it Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
URL Chính Thức https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml
Mô tả The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Kích Thước Tệp 988 KB
Số Lần Cài Đặt 1,440
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2019-04-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Runrun.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://runrun.it
URL Trang Trợ Giúp https://github.com/Runrunit/chrome-extension
URL Trang Chính Sách Bảo Mật https://www.runrun.it/terms_and_conditions?locale=en-US
Ngôn Ngữ Được Hỗ Trợ 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"
}