Tabaroo: AI Tab Manager

Tabaroo uses AI to effortlessly organize your tabs.

Tabaroo: AI Tab Managerคืออะไร?

Tabaroo: AI Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tabaroo และคุณลักษณะหลักของมันคือ "Tabaroo uses AI to effortlessly organize your tabs."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabaroo: AI Tab Manager

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

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

                        Welcome to Tabaroo - the smart Chrome extension powered by OpenAI's ChatGPT and advanced language models. Say goodbye to tab chaos and hello to effortless organization!

Why Tabaroo?
1. AI-Powered Organization: Tabaroo's intelligent auto-grouping feature neatly arranges your tabs into user-defined or AI-suggested categories.
2. Flexible and User-Friendly: Easily revert any changes with an "Undo" button. Not satisfied? "Ungroup All" to start fresh.
3. Enhanced Privacy: We value your privacy. Learn about our minimal data collection in our privacy policy.

Hop into organized browsing with Tabaroo – where every tab finds its pouch!

~~~

Getting Started is Easy:

1. Quick Setup: Sign in with your Google account.
2. Access Tabaroo: Find it in your extensions menu (Tip: Pin it for faster access!).
3. Customize Your Groups:
    a. For personalized categories, enter your chosen categories when prompted, then select “AI Group”.
    b. To let AI determine the best categorization, simply click on “AI Group”.
    c. For URL-based organization, use the “URL Group” button.
4. Stay in Control: Modify groupings anytime with “Undo” and “Ungroup All” options.
5. Note: Groups are only created when more than one tab fits a category.

~~~

We’d love to hear your feedback and suggestions! Reach out to us at [email protected]. 

Transparency in the data we collect:
We only store basic Google profile information and extension usage. We utilize OpenAI to help organize your tabs. To learn more, check out our privacy policy at tabaroo.xyz.

~~~

Credits:
Kangaroo icon created by Darius Dan - Flaticon                    

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

ชื่อ Tabaroo: AI Tab Manager Tabaroo: AI Tab Manager
ID gfdghfeelbgnjencoggmheenliblidab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabaroo-ai-tab-manager/gfdghfeelbgnjencoggmheenliblidab
คำอธิบาย Tabaroo uses AI to effortlessly organize your tabs.
ขนาดไฟล์ 252 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2023-11-22
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Tabaroo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tabaroo.xyz
URL หน้านโยบายความเป็นส่วนตัว https://tabaroo.notion.site/Tabaroo-s-Privacy-Policy-8300066a80de4352a715a46320b75c18
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabaroo: AI Tab Manager",
    "version": "1.0.4",
    "description": "Tabaroo uses AI to effortlessly organize your tabs.",
    "icons": {
        "16": "images\/icon-128.png",
        "32": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "identity"
    ],
    "oauth2": {
        "client_id": "309024821687-lvghl8mlet3kd1emhlipu2du8cj2f1oc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "service_worker": "dist\/background.bundle.js"
    }
}