Chegg Question Notifier
Auto refreshes the page and notifies you when there's a question.
Cos'è Chegg Question Notifier?
Chegg Question Notifier è un'estensione di Chrome sviluppata da CQ Notifier, e la sua funzione principale è "Auto refreshes the page and notifies you when there's a question.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chegg Question Notifier
Scarica i file di estensione Chegg Question Notifier 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
Chegg Question Notifier (CQN) is an extension designed for Chegg subject experts. It helps automate the process of finding a question, user can mind any other work until they get notified when there is a question available. They no longer have to keep staring at the same page refreshing it for hours. CQN will do all this for you. -- CQN helps you maximize the number of questions you can solve by notifying you each time when there's a new question available. Instructions to use: 1) After installing the extension go to Expert Q&A page (https://expert.chegg.com/qna/authoring/answer) 2) You will see a two line orange paragraph after "Dear Expert!", refresh the page if in case you don't. 3) That's it! you no longer have to stare at the same page for hours. CQN will look for questions and notify you when one becomes available. Make sure: 1. That your chrome notifications are turned on. 2. And your system volume is set to max to avoid missing the notifications.
Informazioni di Base sull'Estensione
Nome | Chegg Question Notifier |
ID | mmnhihhdmfojgcalbgfgdlpjmamcmekh |
URL Ufficiale | https://chromewebstore.google.com/detail/chegg-question-notifier/mmnhihhdmfojgcalbgfgdlpjmamcmekh |
Descrizione | Auto refreshes the page and notifies you when there's a question. |
Dimensione del File | 1.8 MB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 2.4.4 |
Ultimo Aggiornamento | 2024-02-07 |
Data di Pubblicazione | 2023-08-13 |
Valutazione | 4.60/5 Totale 25 Valutazioni |
Sviluppatore | CQ Notifier |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chegg Question Notifier", "version": "2.4.4", "description": "Auto refreshes the page and notifies you when there's a question.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "notifications", "storage", "tabs", "tts" ], "action": { "default_popup": "\/popup\/index.html" }, "background": { "service_worker": "\/scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/expert.chegg.com\/qna\/authoring\/answer" ] } ] } |