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 } |