SpeakEasy

A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.

¿Qué es SpeakEasy?

SpeakEasy es una extensión de Chrome desarrollada por https://speakeasy.ooo, y su función principal es "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SpeakEasy

Descarga archivos de extensión SpeakEasy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        IMPORTANT: SpeakEasy is in an early beta version. There are many issues and bugs yet to be resolved and smoothed out. There is currently only support for Gmail, with support for more websites rapidly coming. Due to this lack of support, there is an option to manually prompt SpeakEasy in the extension popup itself.
 
SpeakEasy is a personal digital writing assistant that detects potentially offensive content in real-time and suggests alternative wording that can be easily and instantly adopted into an author’s text. In a diverse and often divided world where unintended offense can lead to serious consequences, SpeakEasy effortlessly ensures effective communication for people of all stripes. Based on research-proven methodology and powered by world-class AI, SpeakEasy integrates simply and seamlessly as a browser extension into the digital composition platform of your choice (e.g, Gmail, Google Docs, and more to come).                    

Información Básica de la Extensión

Nombre SpeakEasy SpeakEasy
ID bfdnmjblplbeeemfopkocdgfdhcdjpea
URL Oficial https://chromewebstore.google.com/detail/speakeasy/bfdnmjblplbeeemfopkocdgfdhcdjpea
Descripción A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.
Tamaño del Archivo 885 KB
Cantidad de Instalaciones 123
Versión Actual 0.0.0.36
Última Actualización 2024-01-27
Fecha de Publicación 2022-11-06
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://speakeasy.ooo
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/1bf7ff8e-f963-43e9-949d-007b6b61ed2d
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwFbu4w4MqjC9RnU7JuOkXICQ4KnGdlcJpdOfkOmYKqv+DY\/5C\/wtx50Ym+TOcshBTSuIQtK1rp4Ekaq8lIEbxC3eqolAiGKxXOErGJb6qTZHsAty7irocLKAOyN790iifGho26DdBdZTzT+gxROC7JdDFrJEMgjD11vFUAlpij48fJs93+zpYp8L8B\/Z2nHXdX4xoMnXqPYPgnss0FOCoBYnvrIMU4d4MCSVUUj1SeDEAYfsiTcE0v\/2o4c9Plc+vZ\/7hxYza0F4+L5PYeqGhHEC9jXTWjREVSA+JAXaWuYNNcDD7iT3Ezi+7wE\/YhaKUEIJWdazJi7rDpXhsnWiKQIDAQAB",
    "manifest_version": 3,
    "name": "SpeakEasy",
    "version": "0.0.0.36",
    "description": "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.",
    "icons": {
        "16": "\/images\/16logo.png",
        "48": "\/images\/48logo.png",
        "128": "\/images\/128logo.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*",
                "*:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "jquery-3.6.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "styles.css",
                "all.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "buttonPopup.html",
                "popupError.html",
                "images\/28logo.png",
                "images\/28logored.png",
                "images\/largelogo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "629246757005-4h3j2nmaiho67fta5b2ti0fect7fou21.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/documents"
        ]
    }
}