Chegg Online Extension
Extension for Validating if user is logged in on site or not.
What is Chegg Online Extension?
Chegg Online Extension is a Chrome extension developed by Virendra Singh, and its main feature is "Extension for Validating if user is logged in on site or not.".
Extension Screenshots
Download Chegg Online Extension Extension CRX File
Download Chegg Online Extension 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 extension will be used with in-house application to check if the users has opened the website or not.
Extension Basic Information
Name | Chegg Online Extension |
ID | nnijkecegeiblgmafliejbemjoghcmak |
Official URL | https://chromewebstore.google.com/detail/chegg-online-extension/nnijkecegeiblgmafliejbemjoghcmak |
Description | Extension for Validating if user is logged in on site or not. |
File Size | 18.12 KB |
Installation Count | 357 |
Current Version | 1.2 |
Last Updated | 2019-07-04 |
Publish Date | 2019-07-03 |
Developer | Virendra Singh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chegg Online Extension", "version": "1.2", "description": "Extension for Validating if user is logged in on site or not.", "permissions": [ "cookies", "tabs", "http:\/\/singsons.com\/" ], "icons": { "16": "tutor.png", "48": "tutor.png", "128": "tutor.png" }, "browser_action": { "default_icon": "tutor.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |