Vaathiyar.ai

Your Virtual Mentor

Cos'è Vaathiyar.ai?

Vaathiyar.ai è un'estensione di Chrome sviluppata da Intelligence Quotient Pvt Ltd, e la sua funzione principale è "Your Virtual Mentor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vaathiyar.ai

Scarica i file di estensione Vaathiyar.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Creating a successful learning environment is essential for achieving academic success. In this digital age, online learning has become an integral part of modern education. To enhance the online learning experience, we have developed a Chrome extension that can monitor the user's learning activities and provide them with interactive learning tools.

Our Chrome extension allows users to track their online learning progress by monitoring the amount of time spent on a particular URL. This feature is particularly useful for students who want to keep track of their progress or for educators who need to monitor student activity. Our extension provides a detailed report on the amount of time spent on each URL, giving users a clear understanding of their learning habits.

In addition, our Chrome extension also provides interactive learning tools that engage users in a fun and educational way. Our extension is designed to ask questions related to the user's current learning activity. These questions are designed to help users retain and reinforce their learning.

The interactive learning tools are available for a wide range of subjects, making it perfect for students of all ages and academic levels. Our extension covers subjects such as math, science, language arts, and more. The interactive learning tools are designed to be fun and engaging, making it easy for users to stay motivated and focused on their learning goals.

We understand the importance of online privacy, and we have taken great care to ensure that our extension respects user privacy. Our extension does not collect any personal data or share user data with any third parties. The only data collected is the URL and the time spent on that URL. This data is stored locally on the user's computer and can be deleted at any time.

We take the security of our extension seriously and have taken all necessary precautions to ensure that our extension is safe for users to install and use. Our extension is constantly monitored and updated to ensure that it meets the latest security standards.

We believe that our Chrome extension has the potential to enhance the online learning experience for users. Our interactive learning tools and progress tracking features are designed to help users stay motivated and focused on their learning goals. We are confident that our extension will be a valuable addition to any online learning environment.

In summary, our Chrome extension is designed to help users track their online learning progress and provide them with interactive learning tools. Our extension is designed to be safe and secure, and we take great care to protect user privacy. We believe that our extension has the potential to enhance the online learning experience for users of all ages and academic levels.                    

Informazioni di Base sull'Estensione

Nome Vaathiyar.ai Vaathiyar.ai
ID laimgagcmgjgffojmfbmofmoifkmgikk
URL Ufficiale https://chromewebstore.google.com/detail/vaathiyarai/laimgagcmgjgffojmfbmofmoifkmgikk
Descrizione Your Virtual Mentor
Dimensione del File 1.5 MB
Conteggio Installazioni 99
Versione Corrente 1.0.0.17
Ultimo Aggiornamento 2023-09-08
Data di Pubblicazione 2022-11-23
Sviluppatore Intelligence Quotient Pvt Ltd
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://vaathiyar.ai/privacy_policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaathiyar.ai",
    "version": "1.0.0.17",
    "description": "Your Virtual Mentor",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "index.html",
        "default_title": "Vaathiyar"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "idle",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.vaathiyar.ai\/*",
            "https:\/\/vaathiyar.ai\/*",
            "https:\/\/www.eachoneteachone.co.in\/*",
            "https:\/\/eachoneteachone.co.in\/*",
            "http:\/\/org3.localhost:3001\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "videoContentScript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "js": [
                "freeCodeCampScript.js"
            ],
            "matches": [
                "https:\/\/www.freecodecamp.org\/*"
            ]
        },
        {
            "js": [
                "allPageContentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}