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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://christianoliff.com, και η κύρια λειτουργία του είναι "Unofficial Plugin. Displays avatars brand icons for senders in message view".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sender Avatar Icons for Gmail
Λήψη αρχείων επέκτασης Sender Avatar Icons for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 } } |