Helppr

Understand with extreme clarity

Τι είναι το Helppr;

Το Helppr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://helppr.ai, και η κύρια λειτουργία του είναι "Understand with extreme clarity".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Helppr

Λήψη αρχείων επέκτασης Helppr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With enormous information explosion, every day and no smart & dependable solution makes it extremely difficult for self-directed learners, professionals, researchers, and even casual readers to cope with the information.
Helppr is an all-in-one and easy-to-use, artificial intelligence-powered, personalized software extension that speeds up information consumption by empowering people to consume information worthy of their time and attention more efficiently and quickly.

Features:

Advanced AI Summaries
Helppr generates summaries on the fly for verbose content enabling users to quickly decide whether the content is worthy or not.

Important Keyword and Data Extraction
Helppr extracts relevant information and important keywords from your file. So, no more wasting time on irrelevant content.

Word/Concept Explanation
Fetch relevant explanations or definitions for concepts and keywords while surfing the web, in the same tab. No more switching tabs to google the word!

Sentence Simplification
Helppr does an excellent job at simplifying complex sentences and decoding jargon so that it is easier for you to read and understand, on the same tab.
 
Inbuilt Translation
Don’t let language barriers get in the way of you and informative data. Get the translated version of your articles on the same tab. Yes, you don’t need to switch tabs for that either.

Audio File Generator
Get the audio of the files you read in just two clicks and listen to it whenever and wherever you want. Learn how to pronounce a word or a sentence to the same tab.

Add Helppr Extension to your Google Chrome Now.

***Update****

Now select your own summary length:

- Short
- Medium
- Long

Also you can adjust text size :D                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Helppr Helppr
ID jpccajplgimbggconemgolhnmdifpnap
Επίσημο URL https://chrome.google.com/webstore/detail/helppr/jpccajplgimbggconemgolhnmdifpnap
Περιγραφή Understand with extreme clarity
Μέγεθος Αρχείου 558 KB
Αριθμός Εγκαταστάσεων 549
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2021-08-10
Ημερομηνία Δημοσίευσης 2020-09-15
Αξιολόγηση 3.92/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής http://helppr.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.helppr.ai
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Helppr",
    "version": "2.1",
    "author": "https:\/\/sifhic.com",
    "description": "Understand with extreme clarity",
    "permissions": [
        "*:\/\/*\/*",
        "declarativeContent",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/webcomponents-bundle.js",
                "\/content.js"
            ],
            "css": [
                "\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.helppr.ai\/get\/*"
            ],
            "run_at": "document_end",
            "js": [
                "\/auth-main.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "\/html\/index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/img\/*",
        "\/disabled\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.helppr.ai\/*"
        ]
    }
}