InfoCodex Document Summarizer

Chapter by chapter summarizing and tagging of large documents

InfoCodex Document Summarizer क्या है?

InfoCodex Document Summarizer mgu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chapter by chapter summarizing and tagging of large documents"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InfoCodex Document Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}