AverPoint

AverPoint chrome extension

Τι είναι το AverPoint;

Το AverPoint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://averpoint.com, και η κύρια λειτουργία του είναι "AverPoint chrome extension".

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

screenshot
screenshot
screenshot

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

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

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

                        AverPoint is the media literacy app. We help adults and students improve their cognitive media literacy, which means they have autonomy over two things: 
1) The media they consume and 
2) the meaning they make from media messages. 
In a free republic, it's crucial each person has the skills, knowledge, and personal drive to maintain this autonomy. 

How do we do this?

We have 3 features, and the browser extension plays a role in all 3. 

First, our "Conscious Reading" feature helps you measure the news you consume. We analyze your news habits and send you a weekly summary of the sources, topics, and geographies you covered. You can set weekly goals and track your progress. Instead of getting lost in the daily controversy, we help you learn what really matters and support quality sources, including the shrinking local press.

If you're an adult, we'll measure the reading on approved news sites. If you use our Classroom version, we'll measure your reading of class assignments and also your news reading "in the wild." Note that you can turn this on/off at any time.

Second, our "Credibility Layer" lets you interact with the text you are reading. As you read news sites, you can actively question the author's claims, request expert reviews, and see the author's underlying evidence. 

Adults can use this to have a check over high-quality sources. It's good to read from sources that meet a high bar for quality, but 21st-century audiences have to actively work to check these sources and keep them honest. 

If you use our Classroom version, teachers can assign close reading goals on specific articles. Students use the credibility layer to practice their close reading and critical thinking skills. 

Third, the "AverPoint Writer" is a text editor that lets you practice forming your own evidence-backed ideas. It's currently available for the Classroom version only. After you save claims using the Credibility Layer, you can use AverPoint Writer to add these claims as supporting evidence. After you publish, you can again use the Credibility Layer to receive and respond to constructive feedback from your teacher and classmates.

Disinformation only happens when we passively follow emotional triggers and fall into rabbit holes. The solution to disinformation is a community that proactively seeks better information. Together, we can make honest ideas win.                    

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

Όνομα AverPoint AverPoint
ID delinpnhfdkcjeifmapikhinioghdeia
Επίσημο URL https://chromewebstore.google.com/detail/averpoint/delinpnhfdkcjeifmapikhinioghdeia
Περιγραφή AverPoint chrome extension
Μέγεθος Αρχείου 13.68 MB
Αριθμός Εγκαταστάσεων 352
Τρέχουσα Έκδοση 0.0.95
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://averpoint.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.averpoint.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.averpoint.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://www.averpoint.com/pdfview/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AverPoint",
    "version": "0.0.95",
    "manifest_version": 3,
    "description": "AverPoint chrome extension",
    "homepage_url": "http:\/\/averpoint.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/gray\/16.png",
            "48": "icons\/gray\/48.png",
            "128": "icons\/gray\/128.png"
        },
        "active_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Averpoint"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/rw-wizard\/1.png",
                "icons\/rw-wizard\/2.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}