Languify

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

什麼是Languify?

Languify是由Languify.in開發的Chrome擴展程式,該擴展的主要功能是“Languify improves your communication skills with real time feedback, passively.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Languify擴展crx文件

下載Languify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Languify Languify
ID pfikgbfdjgabbhiladpmjcnahjoedknh
官方網址 https://chromewebstore.google.com/detail/languify/pfikgbfdjgabbhiladpmjcnahjoedknh
簡介 Languify improves your communication skills with real time feedback, passively.
檔案大小 315 KB
安裝次數 359
目前版本 3.0.5
更新時間 2022-07-06
上架時間 2021-11-22
評分 5.00/5 共 21 次評分
開發者 Languify.in
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.languify.in
隱私政策頁面URL https://extension.languify.in/privacy-policy
支援的語言 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:;"
}