Zenfetch

Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.

Zenfetch là gì?

Zenfetch là một tiện ích mở rộng Chrome được phát triển bởi https://zenfetch.com, và tính năng chính của nó là "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Zenfetch 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

                        Unlock the web's potential with Zenfetch. Every article, tutorial, or idea holds value. With Zenfetch, effortlessly capture and organize these insights, transforming information overload into an interactive knowledge base

➤ Terms and Conditions
By installing the extension, you agree to and acknowledge:
www.zenfetch.com/terms-of-service
www.zenfetch.com/privacy-policy

➤ Capture & Interact
• Capture Diverse Content: Whether it's newsletters, Google docs, blogs, YouTube videos, forums, or PDFs, Zenfetch has you covered.
• Instant Summaries: Use the Zenfetch Sidebar to get summaries or ask questions about any link whether its a long youtube video, research paper, or anything else. 
• Interactive Knowledge Base: Dive into meaningful conversations with your saved content, extracting information, validating thoughts, or brainstorming ideas.
• AI-Powered Search: Rediscover forgotten gems from your database without remembering the specifics.
• Connect & Compare: Link what you're viewing to your stored knowledge, unveiling patterns and insights.

➤ Effortless Operation
Activate Zenfetch and enhance your browsing. Lean on GPT-4's prowess for crisp summaries and interactive conversations. Plus, daily recap emails to cement your learnings.

➤ Go Beyond Bookmarking
Beyond just saving content, Zenfetch offers:
• AI-enhanced search
• Chat with your knowledge base
• Centralized dashboard view
• Filtering by topics or times

➤ What's Included?

~ Premium
Zenfetch Premium delivers an expanded suite of features designed to optimize your online knowledge base:
• Advanced AI-driven search
• Customizable filters
• Enhanced content summaries
• AI-powered topic and time-based organization
• Extra customization options
• AI chat with your knowledge base

Start your two week trial today!

➤ Works Everywhere You Browse
Zenfetch integrates seamlessly with your browser, capturing insights as you navigate the web. Zenfetch for Chrome supports:
• News platforms
• Google Docs
• Blogs
• Social media
• Youtube videos
• Forums
• And more!

➤ Trusted by Top Professionals
"Zenfetch transformed my online learning. It’s like having a personal web assistant." — Product Manager

"With Zenfetch, I always stay informed. It's a game-changer for online content consumption." — Y-Combinator Founder

"Zenfetch is indispensable for those aiming to maximize their online reading experience." — McKinsey Consultant

---

Your trust is our priority. Zenfetch only stores information that you explicitly tell our extension to save. Reach out to [email protected] for any privacy-related questions.                    

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

Tên Zenfetch Zenfetch
ID apegkhmjejnglhbecegfkodefbbbgipf
URL Chính Thức https://chromewebstore.google.com/detail/zenfetch/apegkhmjejnglhbecegfkodefbbbgipf
Mô tả Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 557
Phiên Bản Hiện Tại 2.3.3
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2024-02-05
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://zenfetch.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.zenfetch.com
URL Trang Chính Sách Bảo Mật https://www.zenfetch.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zenfetch",
    "description": "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.",
    "version": "2.3.3",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.calendar.google.com\/*",
                "https:\/\/*.drive.google.com\/*",
                "https:\/\/*.chase.com\/*",
                "https:\/\/*.wellsfargo.com\/*",
                "https:\/\/*.citi.com\/*",
                "https:\/\/*.bankofamerica.com\/*",
                "https:\/\/*.hsbc.com\/*",
                "https:\/\/*.barclays.com\/*",
                "https:\/\/*.standardchartered.com\/*",
                "https:\/\/*.santander.com\/*",
                "https:\/\/*.morganstanley.com\/*",
                "https:\/\/*.goldmansachs.com\/*",
                "https:\/\/*.us.bank\/*",
                "https:\/\/*.td.com\/*",
                "https:\/\/*.ynab.com\/*",
                "https:\/\/*.paypal.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.hbomax.com\/*",
                "https:\/\/play.max.com\/*",
                "https:\/\/*.hulu.com\/*",
                "https:\/\/*.disneyplus.com\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "js\/content_scripts\/docs-contentscript.js"
            ]
        },
        {
            "js": [
                "js\/content_scripts\/index.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/content_scripts\/website-communication-channel.js"
            ],
            "matches": [
                "https:\/\/*.zenfetch.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "identity.email",
        "alarms",
        "tabs",
        "sidePanel",
        "https:\/\/zenfetch.ngrok.app\/",
        "offscreen",
        "declarativeNetRequest",
        "scripting",
        "idle"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/www.google-analytics.com https:\/\/zenfetch.ngrok.app wss:\/\/zenfetch.ngrok.app wss:\/\/staging.zenfetch.com\/ https:\/\/ambient.zenfetch.com  wss:\/\/ambient.zenfetch.com\/ https:\/\/staging.zenfetch.com\/;",
        "font-src": "https:\/\/fonts.gstatic.com",
        "style-src": "https:\/\/fonts.googleapis.com"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "open-sidepanel": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open sidepanel"
        },
        "save-article": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Save article"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zenfetch.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png",
                "save-icon.png",
                "icon-saved.png",
                "logged-out.png",
                "saving.gif",
                "main_white.png",
                "main_dark.png",
                "pdf-js\/pdf.js",
                "pdf-js\/pdf-worker.js",
                "js\/scripts\/pdf-getter.js",
                "offscreen.html"
            ]
        },
        {
            "resources": [
                "js\/content_scripts\/docs-contentscript.js",
                "js\/content_scripts\/docs-canvas.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}