The Scholarship System
Imports scholarship details into user's account
ما هو The Scholarship System؟
The Scholarship System هو إضافة Chrome تم تطويرها بواسطة https://thescholarshipsystem.com، والميزة الرئيسية لها هي "Imports scholarship details into user's account".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Scholarship System
قم بتنزيل ملفات الامتداد The Scholarship System بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension syncs with the scholarship system app which is available on iOS: https://itunes.apple.com/us/app/scholarship-system/id1102967717?mt=8 Learn more how to use both at https://thescholarshipsystem.com/app
معلومات أساسية عن التمديد
الاسم | The Scholarship System |
ID | kdhfhegimikbpmpnmkcdbmeijhgifodc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc |
الوصف | Imports scholarship details into user's account |
حجم الملف | 801 KB |
عدد التثبيتات | 1,514 |
النسخة الحالية | 0.16 |
آخر تحديث | 2024-02-15 |
تاريخ النشر | 2020-01-26 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | https://thescholarshipsystem.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.thescholarshipsystem.com |
عنوان صفحة المساعدة | https://www.thescholarshipsystem.com |
عنوان صفحة سياسة الخصوصية | https://www.thescholarshipsystem.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "0.16", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "activeTab", "nativeMessaging", "scripting" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |