I-Know

Never miss an assignment.

ما هو I-Know؟

I-Know هو إضافة Chrome تم تطويرها بواسطة https://synvox.net، والميزة الرئيسية لها هي "Never miss an assignment.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة I-Know

قم بتنزيل ملفات الامتداد I-Know بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        I-Know is a Google Chrome Extension that will help you stay organized.

Instead of checking the school's website for assignments, I-Know will check for you, and create a checklist of upcoming assignments.

I-Know supports any school using Brightspace or Canvas.

Chrome Permissions:
Read and change all your data on the websites you visit (Required to connect to Brightspace and Canvas)
Read and change your browsing history (Required to find sites to connect to)
Display notifications (I-Know sends push notifications so you don't miss assignments)
Communicate with cooperating websites (Required so we know when there's a bug)

Originally made by a student at BYU-Idaho. Can be used at any school using Brightspace by D2L or Canvas by Instructure.                    

معلومات أساسية عن التمديد

الاسم I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
الوصف Never miss an assignment.
حجم الملف 2.16 MB
عدد التثبيتات 9,027
النسخة الحالية 6.0.7
آخر تحديث 2021-05-06
تاريخ النشر 2020-04-27
تقييم 4.33/5 مجموع تقييمات 136
المطور https://synvox.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://synvox.net
عنوان صفحة المساعدة https://m.me/synvox
عنوان صفحة سياسة الخصوصية https://synvox.net/terms
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I-Know",
    "short_name": "I-Know",
    "offline_enabled": true,
    "version": "6.0.7",
    "manifest_version": 2,
    "description": "Never miss an assignment.",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "I-Know, never miss an assignment",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}