Chegg Tutor
Extension for Validating if user is logged in on Chegg.com or not.
Cos'è Chegg Tutor?
Chegg Tutor è un'estensione di Chrome sviluppata da Virendra Singh, e la sua funzione principale è "Extension for Validating if user is logged in on Chegg.com or not.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chegg Tutor
Scarica i file di estensione Chegg Tutor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chegg Tutor |
ID | emkenmpikmkaomlcaoaphfdemendopol |
URL Ufficiale | https://chromewebstore.google.com/detail/chegg-tutor/emkenmpikmkaomlcaoaphfdemendopol |
Descrizione | Extension for Validating if user is logged in on Chegg.com or not. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-03-06 |
Data di Pubblicazione | 2020-03-06 |
Sviluppatore | Virendra Singh |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |