Import Halo Assignments
Import assignments from Halo into Notion
ما هو Import Halo Assignments؟
Import Halo Assignments هو إضافة Chrome تم تطويرها بواسطة Elijah O، والميزة الرئيسية لها هي "Import assignments from Halo into Notion".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Import Halo Assignments
قم بتنزيل ملفات الامتداد Import Halo Assignments بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
📝 Setup Guide 📝 - https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53 Automatically imports all your assignments from Halo into Notion, saving students the struggle of transferring them all by hand. Like this? Check out my other extension "Halo Notification Service"!
معلومات أساسية عن التمديد
الاسم | |
ID | glmpmdokipmdllmnccaclbmcpdojenfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/import-halo-assignments/glmpmdokipmdllmnccaclbmcpdojenfi |
الوصف | Import assignments from Halo into Notion |
حجم الملف | 108 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-02-20 |
تاريخ النشر | 2022-09-30 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Elijah O |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://elijaho.notion.site/Import-Halo-Assignments-bb29114c25294a14a2fc24247fbabe53 |
عنوان صفحة المساعدة | https://discord.gg/mY563YHScv |
عنوان صفحة سياسة الخصوصية | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Import Halo Assignments", "version": "1.1.0", "description": "Import assignments from Halo into Notion", "host_permissions": [ "*:\/\/halo.gcu.edu\/" ], "permissions": [ "cookies", "identity", "storage" ], "minimum_chrome_version": "92", "action": { "default_icon": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" } } |