InfoCodex Document Summarizer

Chapter by chapter summarizing and tagging of large documents

Co je InfoCodex Document Summarizer?

InfoCodex Document Summarizer je rozšíření Chrome vyvinuté mgu, a jeho hlavní funkcí je „Chapter by chapter summarizing and tagging of large documents“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření InfoCodex Document Summarizer

Stáhněte si soubory rozšíření InfoCodex Document Summarizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název InfoCodex Document Summarizer InfoCodex Document Summarizer
ID nckklhbgogekaoehogkfpalhbgfbhkgd
Oficiální URL https://chromewebstore.google.com/detail/infocodex-document-summar/nckklhbgogekaoehogkfpalhbgfbhkgd
Popis Chapter by chapter summarizing and tagging of large documents
Velikost souboru 46.4 KB
Počet instalací 48
Aktuální Verze 1.2
Poslední Aktualizace 2023-02-16
Datum Vydání 2023-01-31
Vývojář mgu
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://docsummarizer.com
Podporované Jazyky 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"
    }
}