Chegg Question Notifier

Auto refreshes the page and notifies you when there's a question.

Chegg Question Notifier क्या है?

Chegg Question Notifier CQ Notifier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto refreshes the page and notifies you when there's a question."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chegg Question Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Chegg Question Notifier Chegg Question Notifier
ID mmnhihhdmfojgcalbgfgdlpjmamcmekh
आधिकारिक URL https://chromewebstore.google.com/detail/chegg-question-notifier/mmnhihhdmfojgcalbgfgdlpjmamcmekh
विवरण Auto refreshes the page and notifies you when there's a question.
फ़ाइल का आकार 1.8 MB
स्थापना संख्या 6,000
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2023-08-13
रेटिंग 4.60/5 कुल 25 रेटिंग्स
डेवलपर CQ Notifier
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}