Email Sender Icons by cloudHQ

Identify Companies in Your Inbox.

Email Sender Icons by cloudHQคืออะไร?

Email Sender Icons by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.email-sender-icons.com และคุณลักษณะหลักของมันคือ "Identify Companies in Your Inbox."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Sender Icons by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย Email Sender Icons by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's no secret that companies have more purchasing power than individuals, so identifying them in your inbox can be helpful when you need to triage who you reply back to first.  

Email Sender Icons by cloudHQ does just that. It visually associates an official company logo (favicon) to someone who sends you an email, without having to open the email itself. It's like "caller id" for your email.

Now you can prioritize triaging your email response time to large companies first, instead of individuals with a free email account on platforms like Gmail™, Yahoo, Hotmail, etc. 

Easily Identify:
- Companies in your inbox
- Invoices to pay (Paypal, Venmo, etc)
- Inter-office emails
- Purchase Orders 

The icon (aka favicon) is determined by the sender's email domain address, and appears on the same line as your email preview. 

For example, if you receive an email from [email protected], this Gmail™ extension will add the Tesla logo next to your message preview so that you can immediately identify that Elon is probably very important and you should return his message before others in your inbox.

A note on privacy and security:
All logo (favicon) processing is done locally within your browser, and no Gmail™  data is ever uploaded or shared anywhere.

cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ Website: https://www.cloudhq.net/
App Website: https://www.email-sender-icons.com
Pricing: FREE
Support page: https://support.cloudhq.net
Blog: https://support.cloudhq.net/category/browser-extensions/email-sender-icons/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Email Sender Icons by cloudHQ Email Sender Icons by cloudHQ
ID ggmjpbolghodajmlbemkmflffcnfjgeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-sender-icons-by-clo/ggmjpbolghodajmlbemkmflffcnfjgeb
คำอธิบาย Identify Companies in Your Inbox.
ขนาดไฟล์ 580 KB
จำนวนการติดตั้ง 1,359
เวอร์ชันปัจจุบัน 1.0.1.1
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2022-01-11
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.email-sender-icons.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.email-sender-icons.com
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/email-sender-icons/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "stylesheets\/*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*"
            ]
        }
    ],
    "name": "Email Sender Icons by cloudHQ",
    "short_name": "Email Sender Icons by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_sender_info.png",
        "default_popup": "popup.html",
        "default_title": "Email Sender Icons by cloudHQ"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1.1",
    "description": "Identify Companies in Your Inbox.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3
}