Zenfetch

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

Was ist Zenfetch?

Zenfetch ist eine Chrome-Erweiterung, die von https://zenfetch.com entwickelt wurde, und ihr Hauptmerkmal ist "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Zenfetch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zenfetch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zenfetch Zenfetch
ID apegkhmjejnglhbecegfkodefbbbgipf
Offizielle URL https://chromewebstore.google.com/detail/zenfetch/apegkhmjejnglhbecegfkodefbbbgipf
Beschreibung Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.
Dateigröße 1.4 MB
Installationsanzahl 557
Aktuelle Version 2.3.3
Letztes Update 2024-03-05
Veröffentlichungsdatum 2024-02-05
Bewertung 4.78/5 Insgesamt 9 Bewertungen
Entwickler https://zenfetch.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.zenfetch.com
URL der Datenschutzrichtlinien-Seite https://www.zenfetch.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}