Chegg Tutor
Extension for Validating if user is logged in on Chegg.com or not.
Chegg Tutorとは何ですか?
Chegg TutorはVirendra Singhによって開発されたChromeの拡張機能で、その主な機能は「Extension for Validating if user is logged in on Chegg.com or not.」です。
拡張機能のスクリーンショット
Chegg Tutor拡張機能のCRXファイルをダウンロード
Chegg Tutor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Chegg Tutor |
ID | emkenmpikmkaomlcaoaphfdemendopol |
公式URL | https://chromewebstore.google.com/detail/chegg-tutor/emkenmpikmkaomlcaoaphfdemendopol |
説明 | Extension for Validating if user is logged in on Chegg.com or not. |
ファイルサイズ | 101 KB |
インストール数 | 50 |
現在のバージョン | 2.0 |
最終更新日 | 2020-03-06 |
公開日 | 2020-03-06 |
開発者 | Virendra Singh |
支払い方法 | free |
対応言語 | 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 } |