Document Summarizer

Easily get a Summary of DOCX files as large as 500 pages or 150K words

Document Summarizerคืออะไร?

Document Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya และคุณลักษณะหลักของมันคือ "Easily get a Summary of DOCX files as large as 500 pages or 150K words"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Document Summarizer

ดาวน์โหลดไฟล์ส่วนขยาย Document Summarizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Document Summarizer - Your Efficient DOCX Summarization Chrome Extension!

DOCS Summarizer is a powerful Chrome extension that allows you to summarize large document files quickly and easily. With the ability to process documents as long as 500 pages or containing 150,000 words, this extension provides you with concise summaries in seconds.

Features:

Summarize Large DOCXs: Select any DOCX file and let DOCX Summarizer extract the essential information for you.
Choose Summary Size: Customize the size of your summary by selecting from options like little, medium, or full.
Read or Download Summaries: Access your generated summary within the extension for easy reading or download it for offline use.
Trusted by Professionals:
DOCX Summarizer is trusted by a wide range of professionals, including companies, law firms, government agencies, and hospitals. Our software has been praised for its ability to save time and provide quick insights into large documents.

Unlimited Summarization:
Leveraging the power of GPT-4 AI, DOCX Summarizer offers unlimited summarization capabilities. You can summarize as many DOCXs as you want without any limitations.

Privacy and Security:
We prioritize your privacy. DOCX Summarizer ensures that your DOCXs and summarized content remain secure and protected.


Discover DOCX Summarizer now and unlock the ability to summarize DOCXs with ease. Simplify your document analysis and save valuable time. Get started with DOCX Summarizer today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Document Summarizer Document Summarizer
ID ddlmfibehjejpigiobfbjckgecllfnib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/document-summarizer/ddlmfibehjejpigiobfbjckgecllfnib
คำอธิบาย Easily get a Summary of DOCX files as large as 500 pages or 150K words
ขนาดไฟล์ 13.22 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-10-22
วันที่เผยแพร่ 2023-10-21
ผู้พัฒนา Aditya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Document Summarizer",
    "description": "Easily get a Summary of DOCX files as large as 500 pages or 150K words",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}