InfoCodex Document Summarizer

Chapter by chapter summarizing and tagging of large documents

InfoCodex Document Summarizerคืออะไร?

InfoCodex Document Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mgu และคุณลักษณะหลักของมันคือ "Chapter by chapter summarizing and tagging of large documents"

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

screenshot
screenshot
screenshot

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

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

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

                        Based on the semantic AI tool InfoCodex, specialized in the analysis of unstructured data, an innovative document summarizer has been developed to produce high-quality summaries. These summaries have the following properties:

*    They reflect the true content because Infocodex with its comprehensive and universal linguistic knowledge repository understands the content without any training (unlike its competitors). They can immediately be applied in any topic.

*    Documents are automatically divided into plausible subsections entitled by subheadings by means AI supported methods.

*    The summaries reflect the structure of the original document as set by the author

*    They are easy to read and they facilitate the communication withln workgroups.

*    Significant time savings: 5-15 minutes per day for typical users / 30-60 for professional readers (estimates of 7 test readers).


BENEFITS

Efficiency - Time and cost saving; particularly for long documents
Overview - Fast view on the whole; separate wheat from the chaff
Communication - Common basis of understanding within work groups
InfoLinks - Direct links of the summary positions to the original document                    

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

ชื่อ InfoCodex Document Summarizer InfoCodex Document Summarizer
ID nckklhbgogekaoehogkfpalhbgfbhkgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/infocodex-document-summar/nckklhbgogekaoehogkfpalhbgfbhkgd
คำอธิบาย Chapter by chapter summarizing and tagging of large documents
ขนาดไฟล์ 46.4 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2023-01-31
ผู้พัฒนา mgu
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://docsummarizer.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InfoCodex Document Summarizer",
    "short_name": "Summarizer",
    "description": "Chapter by chapter summarizing and tagging of large documents",
    "version": "1.2",
    "publisher": "InfoCodex AG semantic technologies",
    "developer": {
        "name": "InfoCodex semantic technologies",
        "url": "https:\/\/infocodex.com"
    },
    "homepage_url": "https:\/\/docsummarizer.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png"
    }
}