Chegg Tutor
Extension for Validating if user is logged in on Chegg.com or not.
What is Chegg Tutor?
Chegg Tutor is a Chrome extension developed by Virendra Singh, and its main feature is "Extension for Validating if user is logged in on Chegg.com or not.".
Extension Screenshots
Download Chegg Tutor Extension CRX File
Download Chegg Tutor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is chrome extension for our company to track the tutors online time. The tutor login and maintains their login activity on chegg using this extension.
Extension Basic Information
Name | Chegg Tutor |
ID | emkenmpikmkaomlcaoaphfdemendopol |
Official URL | https://chromewebstore.google.com/detail/chegg-tutor/emkenmpikmkaomlcaoaphfdemendopol |
Description | Extension for Validating if user is logged in on Chegg.com or not. |
File Size | 101 KB |
Installation Count | 50 |
Current Version | 2.0 |
Last Updated | 2020-03-06 |
Publish Date | 2020-03-06 |
Developer | Virendra Singh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chegg Tutor", "version": "2.0", "description": "Extension for Validating if user is logged in on Chegg.com or not.", "permissions": [ "cookies", "tabs", "http:\/\/singsons.com\/", "https:\/\/www.chegg.com\/" ], "icons": { "16": "tutor.png", "48": "tutor.png", "128": "tutor.png" }, "browser_action": { "default_icon": "tutor.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |