Elo

Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction.

Elo란 무엇입니까?

Elo은(는) Elo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Become the most eloquent person in the room. Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction.

Elo has your back: Just enter any video conference and the Elo overlay will be there to help, no set up required.

Improve whenever you are talking: Reducing filler words used to be hard and awkward: countless hours of recording yourself or practicing in artificial settings. With Elo you improve whenever you are talking on video conferences.                    

확장 프로그램 기본 정보

이름 Elo Elo
ID ikecengifmgaldakodjgplhlifheomjj
공식 URL https://chromewebstore.google.com/detail/elo/ikecengifmgaldakodjgplhlifheomjj
설명 Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction.
파일 크기 1.85 MB
설치 횟수 21
현재 버전 1.9.0
최근 업데이트 2022-08-31
출시 날짜 2022-08-31
평점 5.00/5 총 1 개의 평점
개발자 Elo
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://get-elo.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elo",
    "description": "Elo helps you eliminate filler words like \u201cums, ahs, likes, you know, totally, etc.\u201d so you can speak with authority and conviction.",
    "version": "1.9.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxb0lM2zob8di5F2Fz2u2ycGXWVVIoakPpPhe1Ni2tvvj9jGSle5i+YhkMWw0SfF85wpkBMirKj1sSZ\/acx0b1MweI2\/fkz3fo6mme3VobrUyVWnUbZ1HC+ie+\/jXNvCz4oVdHNA4zIBWY6pHiDR39oZPNU\/o+toJsc1BGIoHJYXO+YnyBw7Y8aTU9QSN\/T7+5frfNXplOZVhqVFN8Ow9qhVnsBd7fYmAvWahMaTz6mwnIUSGHpL06eSBGu9YczU9ajjQOs8WiVsEi3UD8latkCW5P1q2VTsutQNQY7jFh+3YwA2F4tRrXHscDIN5hFGzpmk6nKyZd+wfKwMVDXsMwIDAQAB",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "pageContentScript.bundle.js",
        "css\/*",
        "elo-page.html",
        "zoom-holding-page.html",
        "zoom-external-capture.html",
        "assets\/*",
        "*.LICENSE.txt"
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Elo"
    },
    "background": {
        "scripts": [
            "backgroundScript.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/meet-preprod.corp.google.com\/*",
                "https:\/\/preprod.meet.sandbox.google.com\/*",
                "https:\/\/meet.jit.si\/*",
                "https:\/\/meet.tokbox.com\/*",
                "https:\/\/opentokdemo.tokbox.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.get-elo.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ]
}