UWAlexaSkillFinder

Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.

Τι είναι το UWAlexaSkillFinder;

Το UWAlexaSkillFinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον UWM Security & Privacy Lab, και η κύρια λειτουργία του είναι "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

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

screenshot
screenshot
screenshot

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

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

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

                        The extension is a part of an official UWM MTurk Study on Smart Assistants. Please do not download this if you are not participating in this study.                    

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

Όνομα UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Επίσημο URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Περιγραφή Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Μέγεθος Αρχείου 457 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0.0.7
Τελευταία Ενημέρωση 2021-10-13
Ημερομηνία Δημοσίευσης 2020-06-07
Προγραμματιστής UWM Security & Privacy Lab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wi-pi.github.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://madisonvoice.cs.wisc.edu/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://madisonvoice.cs.wisc.edu/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UWAlexaSkillFinder",
    "version": "1.0.0.7",
    "description": "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "history",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "domain_lookup.json"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/uwm_logo_16.png",
            "32": "icons\/uwm_logo_32.png",
            "48": "icons\/uwm_logo_48.png",
            "128": "icons\/uwm_logo_128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}