Ieyasu Plus
Check time on ieyasu
ما هو Ieyasu Plus؟
Ieyasu Plus هو إضافة Chrome تم تطويرها بواسطة Huynh Cong Tien، والميزة الرئيسية لها هي "Check time on ieyasu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ieyasu Plus
قم بتنزيل ملفات الامتداد Ieyasu Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension used for the https://www.ieyasu.co website, supports checking time of check in and check out. This extension integrated notification for check-in and checkout. You can set Working days, Start/End time working days, Desktop notifications and some new styles to manage your work.
معلومات أساسية عن التمديد
الاسم | Ieyasu Plus |
ID | pmklokfhkepkaoakjiigbnkahfdmamoe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe |
الوصف | Check time on ieyasu |
حجم الملف | 997 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 0.7.0 |
آخر تحديث | 2019-09-04 |
تاريخ النشر | 2019-09-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Huynh Cong Tien |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus |
عنوان صفحة المساعدة | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.7.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/dist\/img\/icon-16.png", "128": "assets\/dist\/img\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "assets\/dist\/js\/background.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/f.ieyasu.co\/*", "alarms", "notifications", "background", "storage", "tabs" ], "web_accessible_resources": [ "assets\/dist\/img\/*.png" ], "content_scripts": [ { "matches": [ "*:\/\/f.ieyasu.co\/*" ], "js": [ "assets\/dist\/js\/main.min.js" ], "css": [ "assets\/dist\/css\/main.min.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "assets\/dist\/img\/icon-19.png", "38": "assets\/dist\/img\/icon-38.png" }, "default_title": "Ieyasu Plus", "default_popup": "pages\/popup.html" } } |