Languify

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

O que é Languify?

Languify é uma extensão do Chrome desenvolvida por Languify.in, e sua principal característica é "Languify improves your communication skills with real time feedback, passively.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Languify

Baixe arquivos de extensão Languify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Languify Languify
ID pfikgbfdjgabbhiladpmjcnahjoedknh
URL Oficial https://chromewebstore.google.com/detail/languify/pfikgbfdjgabbhiladpmjcnahjoedknh
Descrição Languify improves your communication skills with real time feedback, passively.
Tamanho do Arquivo 315 KB
Contagem de Instalações 359
Versão Atual 3.0.5
Última Atualização 2022-07-06
Data de Publicação 2021-11-22
Classificação 5.00/5 Total de 21 Avaliações
Desenvolvedor Languify.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.languify.in
URL da Página de Política de Privacidade https://extension.languify.in/privacy-policy
Idiomas Suportados 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:;"
}