Languify

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

ما هو Languify؟

Languify هو إضافة Chrome تم تطويرها بواسطة Languify.in، والميزة الرئيسية لها هي "Languify improves your communication skills with real time feedback, passively.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Languify

قم بتنزيل ملفات الامتداد Languify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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:;"
}