Vaathiyar.ai

Your Virtual Mentor

Wat is Vaathiyar.ai?

Vaathiyar.ai is een Chrome-extensie ontwikkeld door Intelligence Quotient Pvt Ltd, en de belangrijkste functie is "Your Virtual Mentor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vaathiyar.ai

Download Vaathiyar.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Vaathiyar.ai Vaathiyar.ai
ID laimgagcmgjgffojmfbmofmoifkmgikk
Officiële URL https://chromewebstore.google.com/detail/vaathiyarai/laimgagcmgjgffojmfbmofmoifkmgikk
Beschrijving Your Virtual Mentor
Bestandsgrootte 1.5 MB
Aantal Installaties 99
Huidige Versie 1.0.0.17
Laatst Bijgewerkt 2023-09-08
Publicatiedatum 2022-11-23
Ontwikkelaar Intelligence Quotient Pvt Ltd
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://vaathiyar.ai/privacy_policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}