SpeakEasy

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

SpeakEasy란 무엇입니까?

SpeakEasy은(는) https://speakeasy.ooo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A personal assistant that detects potentially offensive content and suggests alternative wording that can be instantly adopted."입니다.

확장 프로그램 스크린샷

screenshot

SpeakEasy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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"
        ]
    }
}