Zenfetch

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

Τι είναι το Zenfetch;

Το Zenfetch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zenfetch.com, και η κύρια λειτουργία του είναι "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zenfetch

Λήψη αρχείων επέκτασης Zenfetch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Zenfetch Zenfetch
ID apegkhmjejnglhbecegfkodefbbbgipf
Επίσημο URL https://chromewebstore.google.com/detail/zenfetch/apegkhmjejnglhbecegfkodefbbbgipf
Περιγραφή Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos.
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 557
Τρέχουσα Έκδοση 2.3.3
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2024-02-05
Αξιολόγηση 4.78/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://zenfetch.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.zenfetch.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.zenfetch.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}