Chegg Online Extension
Extension for Validating if user is logged in on site or not.
什么是Chegg Online Extension?
Chegg Online Extension是由Virendra Singh开发的Chrome扩展程序,该扩展的主要功能是“Extension for Validating if user is logged in on site or not.”。
扩展截图
下载Chegg Online Extension扩展crx文件
下载Chegg Online Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will be used with in-house application to check if the users has opened the website or not.
扩展基本信息
名称 | Chegg Online Extension |
ID | nnijkecegeiblgmafliejbemjoghcmak |
官方URL | https://chromewebstore.google.com/detail/chegg-online-extension/nnijkecegeiblgmafliejbemjoghcmak |
简介 | Extension for Validating if user is logged in on site or not. |
文件大小 | 18.12 KB |
安装次数 | 357 |
当前版本 | 1.2 |
更新时间 | 2019-07-04 |
上架时间 | 2019-07-03 |
开发者 | Virendra Singh |
付费类型 | free |
支持的语言 | 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 } |