Z GMail Theme
Change GMail for business logo
ما هو Z GMail Theme؟
Z GMail Theme هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Change GMail for business logo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Z GMail Theme
قم بتنزيل ملفات الامتداد Z GMail Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you work for Z and would prefer the logo in GMail would have a transparent background. If you'd like a company themed background image, here is a link: https://d16psrqvoeay1v.cloudfront.net/z-background.png Source: https://github.com/marsmining/z-mail-theme
معلومات أساسية عن التمديد
الاسم | Z GMail Theme |
ID | jnkjjnfifbdcmcchpjkblkfbpkhioael |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/z-gmail-theme/jnkjjnfifbdcmcchpjkblkfbpkhioael |
الوصف | Change GMail for business logo |
حجم الملف | 12.83 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.3 |
آخر تحديث | 2018-02-27 |
تاريخ النشر | 2018-02-27 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Z GMail Theme", "version": "0.3", "description": "Change GMail for business logo", "icons": { "128": "img\/icon_128.png", "38": "img\/icon_38.png", "19": "img\/icon_19.png", "16": "img\/icon_16.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_idle", "js": [ "z.js" ] } ], "background": { "persistent": false, "scripts": [ "bg.js" ] }, "page_action": { "default_icon": { "128": "img\/icon_128.png", "38": "img\/icon_38.png", "19": "img\/icon_19.png", "16": "img\/icon_16.png" }, "default_title": "Z GMail Theme", "default_popup": "popup.html" }, "permissions": [ "https:\/\/mail.google.com\/*", "tabs", "storage" ], "manifest_version": 2 } |