Fabric - copilot for all your files & clouds

🍱 All your stuff in one place. 👋 Collaborate on anything.

Fabric - copilot for all your files & cloudsคืออะไร?

Fabric - copilot for all your files & clouds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fabric.so และคุณลักษณะหลักของมันคือ "🍱 All your stuff in one place. 👋 Collaborate on anything."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fabric - copilot for all your files & clouds

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

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

                        ** Requires a Fabric account.

🧠 Your digital second brain – all your stuff in one place
🔍 Find anything again with AI search & chat assistant
📝 Annotate anything, make notes for your future self
💬 Collaborate on top of any media, note or file

–– The fastest way to save anything on the internet
–– The fastest way to share anything online
–– The fastest way to retrieve anything you've saved


• • •
FEATURES
• • •


🌎 CAPTURE ANYTHING
Add images, files, text highlights, notes, bookmarks and PDFs to your library. 
If you can think of it, you can save it to Fabric. Designed to be the most flexible library every created.

💬 CHAT ASSISTANT
Get answers about the contents of any of your files with Fabric's AI chat assistant. Ask questions about a current document, or for it to find information from any source of data you've connected.


🔍 NEVER LOSE ANYTHING
Always find what you're looking for with AI search, smart discoverability and our visual library. Fabric understands your content, and what you're looking for, intelligently connecting the dots. It's like having a perfect memory.


👩‍👩‍👦‍👦 SHARE ANYTHING
Share anything in a Space and collaborate on it in real-time. Live updates, shared cursors, audio, notifications and more. It feels like you're working side-by-side. No more long email chains or hunting for a file in a group chat.


📲 ACCESS FROM ANYWHERE
Fabric is available on mobile, web, desktop and as a browser extension. Your digital world is always within reach.



• • •
PRIVACY
• • •

We care deeply about privacy, so all your content is encrypted at rest (AES-256) and in transit (SSL/TLS). See our privacy commitment here: https://fabric.so/privacy



• • •
CONTACT US
• • •

Email: [email protected]
Twitter: @fabricinternet                    

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

ชื่อ Fabric - copilot for all your files & clouds Fabric - copilot for all your files & clouds
ID dbbaiokglpdmdlgjakcfcmfalfhbjhjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fabric-copilot-for-all-yo/dbbaiokglpdmdlgjakcfcmfalfhbjhjn
คำอธิบาย 🍱 All your stuff in one place. 👋 Collaborate on anything.
ขนาดไฟล์ 842 KB
จำนวนการติดตั้ง 5,427
เวอร์ชันปัจจุบัน 1.3.56
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2023-04-01
คะแนน 4.89/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://fabric.so
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://fabric.so
URL หน้าช่วยเหลือ https://go.fabric.so/settings
URL หน้านโยบายความเป็นส่วนตัว https://fabric.so/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.56",
    "description": "\ud83c\udf71 All your stuff in one place. \ud83d\udc4b Collaborate on anything.",
    "name": "Fabric - copilot for all your files & clouds",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "webNavigation",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/async-icon.png",
        "48": "icons\/async-icon.png",
        "128": "icons\/async-icon.png"
    },
    "options_page": "dashboard.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/fabric.so\/*",
            "https:\/\/*.fabric.so\/*",
            "https:\/\/*.projectsimba.live\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/go.fabric.so\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/async-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [],
    "commands": {
        "bookmark": {
            "suggested_key": {
                "default": "Alt+D",
                "windows": "Shift+Alt+D"
            },
            "description": "Bookmark the current page"
        }
    }
}