Email Access
Get faster email access. One click email access right from your new tab home page.
ما هو Email Access؟
Email Access هو إضافة Chrome تم تطويرها بواسطة https://emailaccess.zilliuns.com، والميزة الرئيسية لها هي "Get faster email access. One click email access right from your new tab home page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Email Access
قم بتنزيل ملفات الامتداد Email Access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Email Access extension and set your new tab page to search.zilliuns.com/email, while also accepting and agreeing to abide by the End User License Agreement (http://emailaccess.zilliuns.com/Terms) and Privacy Policy (http://emailaccess.zilliuns.com/Privacy). Uninstall instructions can be found at http://emailaccess.zilliuns.com/Uninstall
معلومات أساسية عن التمديد
الاسم | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
الوصف | Get faster email access. One click email access right from your new tab home page. |
حجم الملف | 56.78 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 1.0.0.2 |
آخر تحديث | 2019-11-20 |
تاريخ النشر | 2019-11-14 |
المطور | https://emailaccess.zilliuns.com |
نوع الدفع | free |
موقع الإضافة | http://emailaccess.zilliuns.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Access", "version": "1.0.0.2", "description": "Get faster email access. One click email access right from your new tab home page.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "19favicon.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |