Redbooth for Chrome

Manage your projects from Chrome, create tasks and review your dashboard in real-time.

Redbooth for Chromeคืออะไร?

Redbooth for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://redbooth.com และคุณลักษณะหลักของมันคือ "Manage your projects from Chrome, create tasks and review your dashboard in real-time."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redbooth for Chrome

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

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

                        Easily manage your Redbooth tasks in real-time

Redbooth’s Chrome extension simplifies task and project management for your whole team.  Add it to Chrome to expand your ability to manage tasks from anywhere on the web.

New to Redbooth? Redbooth Free works for 2 users and many of our best features so you can get started right away.

** Real-time Project Management

- Instantly view project updates and notifications
- Track Time with our new start-stop timer (Pro and Business only)
- Create new tasks from anywhere
- Comment on any task in an instant

** About Redbooth

Redbooth is an online collaboration solution that helps teams get work done. It’s a single place for teams to communicate, share, and work together in real-time -- maximizing productivity and performance for everyone.

** Key Features

- Create, assign and update tasks anytime, anywhere
- Quickly access important projects, tasks and files
- Share files through our integrations with Google Drive, Dropbox, Box and SharePoint
- Use Conversations to brainstorm, discuss and share ideas
- HD video conferencing and screen sharing
- Available on iOS, Android, desktop and web
- Other extensions available in the Chrome store

** Reviews

“Elegant, highly-functional, and user-friendly - a rarity in the project management software industry” - Project Picks, 5 star rating
2014 Stevie Award winner - Gold - Best New Product or Service of the Year Software - Cloud Platform

Thousands of companies in 100+ countries use Redbooth to be more productive everyday.
Work smarter with Redbooth!

Create a free account at:
www.redbooth.com

Report your feedback and issues to:
[email protected]

** Permissions

Redbooth for Chrome requests access to "All Websites" so that we can support both Redbooth Cloud and Private Cloud (behind the firewall). We only load data from the website configured in the Options.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redbooth for Chrome Redbooth for Chrome
ID blfkecebibijeelilkopkpjciolpllka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redbooth-for-chrome/blfkecebibijeelilkopkpjciolpllka
คำอธิบาย Manage your projects from Chrome, create tasks and review your dashboard in real-time.
ขนาดไฟล์ 343 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 2.1.6
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-11-24
คะแนน 4.46/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://redbooth.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.redbooth.com/
URL หน้าช่วยเหลือ https://redbooth.com/help
URL หน้านโยบายความเป็นส่วนตัว https://redbooth.com/security
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbooth for Chrome",
    "short_name": "Redbooth",
    "description": "Manage your projects from Chrome, create tasks and review your dashboard in real-time.",
    "version": "2.1.6",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "omnibox": {
        "keyword": "rb"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/redbooth.com\/",
        "https:\/\/redbooth.com\/",
        "https:\/\/www.google-analytics.com\/",
        "http:\/\/*\/api\/3\/*",
        "https:\/\/*\/api\/3\/*"
    ]
}