Personalized Send Button

No more embarrassing & costly mistakes of sending emails to the wrong person.

Personalized Send Buttonคืออะไร?

Personalized Send Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CogniSend.com และคุณลักษณะหลักของมันคือ "No more embarrassing & costly mistakes of sending emails to the wrong person."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personalized Send Button

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

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

                        Send emails to the intended recipients, every time. With our patented IP, the recipient(s) names and photos are displayed on the “Send” button. 

★ How it works
When you enter the recipient’s name in the "To" box, their name & photo will appear on the "Send" button in real-time, reminding you of your intended recipient(s) before you press the send button.

For multiple recipients or “Reply all”, the recipients’ names, photos, and the total number of recipients are displayed, reminding you of all recipients.

★ Key features
    ➤ Displays intended recipient(s) name & photo on the "Send" button
    ➤ For "Reply" & "Reply all" emails, Cognisend displays the total number of recipients on the "Send" button
    ➤ Intuitive & user-friendly email interface
    ➤ User data privacy (the extension doesn't store emails)

*Beta version. New features added frequently. Please give us feedback or let us know of any issues that you encounter.                    

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

ชื่อ Personalized Send Button Personalized Send Button
ID eojfpkkgbjjhabnhppcgionhocpeiojl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/personalized-send-button/eojfpkkgbjjhabnhppcgionhocpeiojl
คำอธิบาย No more embarrassing & costly mistakes of sending emails to the wrong person.
ขนาดไฟล์ 73.33 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 22.9.16
อัปเดตครั้งล่าสุด 2022-09-19
วันที่เผยแพร่ 2020-06-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา CogniSend.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cognisend.com
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "description": "No more embarrassing & costly mistakes of sending emails to the wrong person.",
    "homepage_url": "https:\/\/cognisend.com\/",
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "manifest_version": 3,
    "name": "Personalized Send Button",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "22.9.16",
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}