Chegg Tutor

Extension for Validating if user is logged in on Chegg.com or not.

Vad är Chegg Tutor?

Chegg Tutor är en Chrome-tillägg utvecklad av Virendra Singh, och dess huvudfunktion är "Extension for Validating if user is logged in on Chegg.com or not.".

Tilläggsskärmbilder

screenshot

Ladda ner Chegg Tutor-förlängningens CRX-fil

Ladda ner Chegg Tutor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chegg Tutor Chegg Tutor
ID emkenmpikmkaomlcaoaphfdemendopol
Officiell webbadress https://chromewebstore.google.com/detail/chegg-tutor/emkenmpikmkaomlcaoaphfdemendopol
Beskrivning Extension for Validating if user is logged in on Chegg.com or not.
Filstorlek 101 KB
Antal Installationer 50
Aktuell Version 2.0
Senast Uppdaterad 2020-03-06
Publiceringsdatum 2020-03-06
Utvecklare Virendra Singh
Betalningssätt free
Stödda Språk 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
}