Zenfetch

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

Zenfetch란 무엇입니까?

Zenfetch은(는) https://zenfetch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zenfetch helps you leverage all the information you've saved including articles, PDFs, and youtube videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Zenfetch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}