GPT Digest

A Chrome extension that displays the Summery of the page using chat GPT

什麼是GPT Digest?

GPT Digest是由https://gptdigest.ai開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that displays the Summery of the page using chat GPT”。

擴展截圖

screenshot
screenshot

下載GPT Digest擴展crx文件

下載GPT Digest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GPT Digest is here to help you understand the web content you come across every day. With  ChatGPT 4 integration, you can get summaries of pages no matter where you are - and it's absolutely free! 

No ChatGPT API required either. Plus, if you're willing to pay for extra features, you'll get the full author's background and credibility & authority score. Gain a full understanding of any topic with interactive Q&A with ChatGPT. Get up to speed quickly and never miss out on a detail again.

 Don't spend your time blindly browsing the internet - GPT Digest has all the tools you need to make sense of any page quickly and efficiently for an unbeatable reading experience.

Features:
- Use the power of ChatGPT 4 to get summaries of pages you browse. 
- Free to use anywhere! No geo-restrictions.
- ChatGPT API is not required.
- (Paid) Understand the core concepts in the article explained by ChatGPT. 
- (Paid) Get full author's background and credibility & authority score.
- (Paid) Fully understand the topic you are reading about with interactive Q&A with ChatGPT. 

FAQs

Q: How many free pages can I summarize before subscribing to the Pro version?
A: As a new user, you can summarize a limited number of web pages for free. After reaching this limit, you must upgrade to our Pro version to continue enjoying the summarization service.

Q: What are the benefits of upgrading to the Pro version?
A: With the Pro version, you'll enjoy unlimited web page summarization, regular summary reports, and the ability to summarize private pages, making your browsing experience even more efficient and personalized.

Q: How do I upgrade to the Pro version?
A: To upgrade to the Pro version, install the Chrome addon, navigate to settings, and follow the instructions to complete the upgrade process.

Q: How does the summarization process work?
A: Our service uses advanced ChatGPT technology to analyze web content and generate concise, accurate summaries of the main points, allowing you to understand the core information on a page quickly.

Q: Can I customize the length of the summaries?
A: Yes, you can adjust the summary length according to your preference by accessing the plugin settings and selecting your desired summary length.

Q: How do I summarize a private web page?
A: With the Pro version, you'll have the ability to summarize private pages. Simply navigate to the private page and click on the plugin icon. The summary will be generated without compromising your privacy.

Q: Will my data be secure when using this service?
A: We take data security very seriously. Our service ensures that your personal information and browsing history remain private and secure. We do not store the original content. 

Q: What if I need help or have questions about the service?
A: Our customer support team is always available to help you with any questions or concerns. You can reach us through the contact form on our website or by emailing [email protected] .                    

擴展基本資訊

名稱 GPT Digest GPT Digest
ID dibonehiicmhbbldfpjbanmejjmohegg
官方網址 https://chromewebstore.google.com/detail/gpt-digest/dibonehiicmhbbldfpjbanmejjmohegg
簡介 A Chrome extension that displays the Summery of the page using chat GPT
檔案大小 758 KB
安裝次數 189
目前版本 0.0.2
更新時間 2023-06-04
上架時間 2023-05-16
評分 4.83/5 共 6 次評分
開發者 https://gptdigest.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gptdigest.ai/
隱私政策頁面URL https://www.gptdigest.ai/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Digest",
    "version": "0.0.2",
    "description": "A Chrome extension that displays the Summery of the page using chat GPT",
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "GPT Digest"
    },
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}