Elo
Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction.
Qu'est-ce que Elo ?
Elo est une extension Chrome développée par Elo, et sa fonction principale est "Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elo
Téléchargez les fichiers d'extension Elo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Elo |
ID | ikecengifmgaldakodjgplhlifheomjj |
URL Officiel | https://chromewebstore.google.com/detail/elo/ikecengifmgaldakodjgplhlifheomjj |
Description | Elo helps you eliminate filler words like “ums, ahs, likes, you know, totally, etc.” so you can speak with authority and conviction. |
Taille du Fichier | 1.85 MB |
Nombre d'Installations | 21 |
Version Actuelle | 1.9.0 |
Dernière Mise à Jour | 2022-08-31 |
Date de Publication | 2022-08-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Elo |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://get-elo.com |
Langues Prises en Charge | 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" } ] } |