Vaathiyar.ai

Your Virtual Mentor

Vaathiyar.ai란 무엇입니까?

Vaathiyar.ai은(는) Intelligence Quotient Pvt Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Virtual Mentor"입니다.

확장 프로그램 스크린샷

screenshot

Vaathiyar.ai 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Vaathiyar.ai Vaathiyar.ai
ID laimgagcmgjgffojmfbmofmoifkmgikk
공식 URL https://chromewebstore.google.com/detail/vaathiyarai/laimgagcmgjgffojmfbmofmoifkmgikk
설명 Your Virtual Mentor
파일 크기 1.5 MB
설치 횟수 99
현재 버전 1.0.0.17
최근 업데이트 2023-09-08
출시 날짜 2022-11-23
개발자 Intelligence Quotient Pvt Ltd
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://vaathiyar.ai/privacy_policy
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}