InfoCodex Document Summarizer

Chapter by chapter summarizing and tagging of large documents

什麼是InfoCodex Document Summarizer?

InfoCodex Document Summarizer是由mgu開發的Chrome擴展程式,該擴展的主要功能是“Chapter by chapter summarizing and tagging of large documents”。

擴展截圖

screenshot
screenshot
screenshot

下載InfoCodex Document Summarizer擴展crx文件

下載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
官方網址 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"
    }
}