Chegg Online Extension
Extension for Validating if user is logged in on site or not.
ما هو Chegg Online Extension؟
Chegg Online Extension هو إضافة Chrome تم تطويرها بواسطة Virendra Singh، والميزة الرئيسية لها هي "Extension for Validating if user is logged in on site or not.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chegg Online Extension
قم بتنزيل ملفات الامتداد Chegg Online Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will be used with in-house application to check if the users has opened the website or not.
معلومات أساسية عن التمديد
الاسم | Chegg Online Extension |
ID | nnijkecegeiblgmafliejbemjoghcmak |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chegg-online-extension/nnijkecegeiblgmafliejbemjoghcmak |
الوصف | Extension for Validating if user is logged in on site or not. |
حجم الملف | 18.12 KB |
عدد التثبيتات | 357 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-07-04 |
تاريخ النشر | 2019-07-03 |
المطور | Virendra Singh |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chegg Online Extension", "version": "1.2", "description": "Extension for Validating if user is logged in on site or not.", "permissions": [ "cookies", "tabs", "http:\/\/singsons.com\/" ], "icons": { "16": "tutor.png", "48": "tutor.png", "128": "tutor.png" }, "browser_action": { "default_icon": "tutor.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |