SpeakEasy

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

ما هو SpeakEasy؟

SpeakEasy هو إضافة Chrome تم تطويرها بواسطة https://speakeasy.ooo، والميزة الرئيسية لها هي "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SpeakEasy

قم بتنزيل ملفات الامتداد SpeakEasy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم SpeakEasy SpeakEasy
ID bfdnmjblplbeeemfopkocdgfdhcdjpea
عنوان URL الرسمي https://chromewebstore.google.com/detail/speakeasy/bfdnmjblplbeeemfopkocdgfdhcdjpea
الوصف A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted.
حجم الملف 885 KB
عدد التثبيتات 123
النسخة الحالية 0.0.0.36
آخر تحديث 2024-01-27
تاريخ النشر 2022-11-06
تقييم 5.00/5 مجموع تقييمات 5
المطور https://speakeasy.ooo
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/1bf7ff8e-f963-43e9-949d-007b6b61ed2d
اللغات المدعومة 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"
        ]
    }
}