Zebra Notifier
Get all of your currently assigned and active tasks from zebra.
ما هو Zebra Notifier؟
Zebra Notifier هو إضافة Chrome تم تطويرها بواسطة GV Web team، والميزة الرئيسية لها هي "Get all of your currently assigned and active tasks from zebra.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zebra Notifier
قم بتنزيل ملفات الامتداد Zebra Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | nljikebhkdebfojgmniokhaddbkliaeh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh |
الوصف | Get all of your currently assigned and active tasks from zebra. |
حجم الملف | 303 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.5.1 |
آخر تحديث | 2014-03-31 |
تاريخ النشر | 2014-03-31 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | GV Web team |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zebra Notifier", "version": "1.5.1", "manifest_version": 2, "minimum_chrome_version": "29.0", "description": "Get all of your currently assigned and active tasks from zebra.", "icons": { "48": "\/img\/icon-48.png", "128": "\/img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "\/img\/icon-19.png", "38": "\/img\/icon-38.png" }, "default_title": "Zebra Notifier", "default_popup": "popup.html" }, "background": { "scripts": [ "\/js\/jquery.min.js", "\/js\/background.js" ], "persistant": false }, "permissions": [ "notifications", "alarms", "http:\/\/*.gvsu.edu\/*", "https:\/\/*.gvsu.edu\/*" ], "options_page": "options.html", "web_accessible_resources": [ "\/img\/icon-48.png" ] } |