SpeakEasy

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

Vad är SpeakEasy?

SpeakEasy är en Chrome-tillägg utvecklad av https://speakeasy.ooo, och dess huvudfunktion är "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.".

Tilläggsskärmbilder

screenshot

Ladda ner SpeakEasy-förlängningens CRX-fil

Ladda ner SpeakEasy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn SpeakEasy SpeakEasy
ID bfdnmjblplbeeemfopkocdgfdhcdjpea
Officiell webbadress https://chromewebstore.google.com/detail/speakeasy/bfdnmjblplbeeemfopkocdgfdhcdjpea
Beskrivning A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.
Filstorlek 885 KB
Antal Installationer 123
Aktuell Version 0.0.0.36
Senast Uppdaterad 2024-01-27
Publiceringsdatum 2022-11-06
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://speakeasy.ooo
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/1bf7ff8e-f963-43e9-949d-007b6b61ed2d
Stödda Språk 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"
        ]
    }
}