Languify

Languify improves your communication skills with real time feedback, passively.

¿Qué es Languify?

Languify es una extensión de Chrome desarrollada por Languify.in, y su función principal es "Languify improves your communication skills with real time feedback, passively.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Languify

Descarga archivos de extensión Languify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Languify improves your communication skills with real time feedback, passively.
Languify gives you live feedback of your speaking on the google meet, with the help of AI. It works on three levels, pre, post, and during your google meet.

Languify provides you with customized learning plans that get you ready for the coming-up presentation, interviews, & many more.

Languify helps you in analyzing & improving your speaking ability during online meetings, by giving real-time tags, which have positive and negative nudges. 
After the end of every meeting, Languify gives you a detailed analysis of your meet which includes AI recommended tips & games, a description of verbal and written errors, and areas that require improvement.


Top Features 

Auto Recording:-
Languify has a self-start feature as soon as one enters the google meet.

Languify Tags:-
Languify tags refer to feedback that is given in realtime during the meet & after the meet contains positive & negative nudges, Languify consists of a total of 18 tags where 10 tags are shown during the meet & 18 tags are shown on the meeting summary

Languify scorecard:-
Languify score is calculated using 4 important categories during the user’s speech.

They are
Delivery:- Delivery is based on pace, pitch, volume & tone.
Fluency:- Fluency is based on filler words, filler utters, filler phrases, Pause, Disfluency.
Vocabulary:- Vocabulary is based on word quality, Formality level, Inclusive language, offensive language, other language word detection.
Engagement:- Engagement is based on word choice, Greeting-Conclusion etiquette.

Scenario-Based meeting:-

Languify has come with 3 scenarios, they are
General Meet:- gives constant feedback on your communication.
Interview:- gives personalized interview feedback or tips during & after the meeting.
Presentation:-  helps you to improve your pitch & vocabulary in presentation.                    

Información Básica de la Extensión

Nombre Languify Languify
ID pfikgbfdjgabbhiladpmjcnahjoedknh
URL Oficial https://chromewebstore.google.com/detail/languify/pfikgbfdjgabbhiladpmjcnahjoedknh
Descripción Languify improves your communication skills with real time feedback, passively.
Tamaño del Archivo 315 KB
Cantidad de Instalaciones 359
Versión Actual 3.0.5
Última Actualización 2022-07-06
Fecha de Publicación 2021-11-22
Calificación 5.00/5 Total de 21 Calificaciones
Desarrollador Languify.in
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.languify.in
URL de la Página de Política de Privacidad https://extension.languify.in/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Languify",
    "version": "3.0.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "helpers\/enums.js",
            "config\/config.js",
            "helpers\/message-passing.js",
            "background\/js\/worker_proxy.js",
            "background\/js\/methods.js",
            "background\/js\/service.js",
            "background\/js\/google-analytics.js",
            "background\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content\/css\/floatWin.css",
                "content\/css\/progressBar.css",
                "content\/css\/afterMeetWin.css"
            ],
            "js": [
                "config\/config.js",
                "helpers\/enums.js",
                "worker_proxy.js",
                "content\/js\/libraries\/recorder.js",
                "content\/js\/libraries\/speech-recognition.js",
                "helpers\/message-passing.js",
                "content\/js\/service.js",
                "content\/js\/classes.js",
                "content\/js\/methods\/ui-templates.js",
                "content\/js\/methods\/ui-rendering.js",
                "content\/js\/methods\/utils.js",
                "content\/js\/methods\/event-handlers.js",
                "content\/js\/methods\/real-time-analysis.js",
                "content\/js\/methods\/summary-analysis.js",
                "content\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.languify.in\/*",
                "http:\/\/localhost:8090\/*"
            ],
            "run_at": "document_end",
            "js": [
                "config\/config.js",
                "content\/js\/extension-install-check.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Languify",
        "default_icon": {
            "19": "popup\/img\/image-19.png",
            "32": "popup\/img\/image-32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "128": "popup\/img\/image-128.png",
        "16": "popup\/img\/image-16.png"
    },
    "web_accessible_resources": [
        "\/popup\/img\/image-122.png",
        "\/popup\/img\/image-118.png",
        "\/content\/img\/image-128.png",
        "\/content\/img\/listen.svg",
        "\/content\/img\/paused.svg",
        "\/content\/img\/minimize.svg",
        "\/content\/img\/worst.svg",
        "\/content\/img\/bad.svg",
        "\/content\/img\/avg.svg",
        "\/content\/img\/good.svg",
        "\/content\/img\/excellent.svg",
        "\/content\/summaryWin.html",
        "\/content\/img\/arrowUp.svg",
        "\/content\/img\/arrowDown.svg",
        "\/content\/fonts\/7cHqv4kjgoGqM7E30-8s6FospT4.woff2",
        "\/content\/fonts\/7cHqv4kjgoGqM7E30-8s51os.woff2",
        "\/content\/fonts\/S6u9w4BMUTPHh6UVSwaPGR_p.woff2",
        "\/content\/fonts\/S6u9w4BMUTPHh6UVSwiPGQ.woff2",
        "\/content\/fonts\/S6uyw4BMUTPHjx4wXg.woff2",
        "\/content\/fonts\/S6uyw4BMUTPHjxAwXjeu.woff2",
        "\/config\/config.js",
        "\/worker_proxy.html"
    ],
    "options_page": "",
    "description": "Languify improves your communication skills with real time feedback, passively.",
    "permissions": [
        "storage",
        "cookies",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; worker-src 'self' blob:;"
}