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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}