Plexuss
The Student Opportunity Network!
ما هو Plexuss؟
Plexuss هو إضافة Chrome تم تطويرها بواسطة https://plexuss.com، والميزة الرئيسية لها هي "The Student Opportunity Network!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Plexuss
قم بتنزيل ملفات الامتداد Plexuss بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Applying to universities? Stay up-to-date with your college research activity by downloading the easy-to-use Plexuss extension! Get notified whenever a college has shown interest in you and be on track in finding your best-fit college. Visit our site at https://plexuss.com to learn more.
معلومات أساسية عن التمديد
الاسم | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
الوصف | The Student Opportunity Network! |
حجم الملف | 21.34 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2021-05-01 |
تاريخ النشر | 2019-12-20 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://plexuss.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://plexuss.com |
عنوان صفحة المساعدة | https://plexuss.com/contact |
عنوان صفحة سياسة الخصوصية | https://plexuss.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Plexuss", "description": "The Student Opportunity Network!", "version": "2.0.0", "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/dev.plexuss.com\/*", "http:\/\/plexuss.local:8000\/*", "http:\/\/plexuss.local\/*" ], "js": [ "install_notifier.js" ], "run_at": "document_idle" } ], "permissions": [ "alarms", "contextMenus", "scripting", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/plexuss.com\/" ], "background": { "service_worker": "background.js" } } |