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 |
官方網址 | 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 } |