Vaathiyar.ai
Your Virtual Mentor
Vaathiyar.aiとは何ですか?
Vaathiyar.aiはIntelligence Quotient Pvt Ltdによって開発されたChromeの拡張機能で、その主な機能は「Your Virtual Mentor」です。
拡張機能のスクリーンショット
Vaathiyar.ai拡張機能のCRXファイルをダウンロード
Vaathiyar.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |