Sender Avatar Icons for Gmail
Unofficial Plugin. Displays avatars brand icons for senders in message view
Sender Avatar Icons for Gmail क्या है?
Sender Avatar Icons for Gmail https://christianoliff.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Plugin. Displays avatars brand icons for senders in message view"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sender Avatar Icons for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds sender avatar icons for hundreds of popular brands - Super-fast with no JavaScript or external resources - All icons are hi-res SVG from Font Awesome (https://fontawesome.com/icons?s=brands) - Free and Open Source database (https://github.com/coliff/sender-brand-icon-avatars-for-email)
एक्सटेंशन की मूल जानकारी
नाम | Sender Avatar Icons for Gmail |
ID | mmppbafobakmpfdhgdmbokodhdcecaii |
आधिकारिक URL | https://chromewebstore.google.com/detail/sender-avatar-icons-for-g/mmppbafobakmpfdhgdmbokodhdcecaii |
विवरण | Unofficial Plugin. Displays avatars brand icons for senders in message view |
फ़ाइल का आकार | 221 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 3.10.17 |
अंतिम अपडेट | 2023-10-17 |
प्रकाशन तिथि | 2020-06-20 |
डेवलपर | https://christianoliff.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/coliff/sender-brand-icon-avatars-for-email |
सहायता पृष्ठ URL | https://github.com/coliff/sender-brand-icon-avatars-for-email |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sender Avatar Icons for Gmail", "version": "3.10.17", "description": "Unofficial Plugin. Displays avatars brand icons for senders in message view", "homepage_url": "https:\/\/mail.google.com\/mail\/u\/", "author": "C.Oliff", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_name": "Sender Avatar Icons for Gmail" }, "content_scripts": [ { "css": [ "css\/fa.css", "css\/extra.css", "css\/simple-icons.css", "css\/trimble.css" ], "matches": [ "https:\/\/mail.google.com\/mail\/*" ] } ], "content_security_policy": "object-src 'self'", "permissions": [ "activeTab", "https:\/\/mail.google.com\/mail\/*" ], "optional_permissions": [ "https:\/\/*\/*" ], "background": { "scripts": [ "content.js" ], "persistent": true } } |