Personalized Send Button

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

什麼是Personalized Send Button?

Personalized Send Button是由CogniSend.com開發的Chrome擴展程式,該擴展的主要功能是“No more embarrassing & costly mistakes of sending emails to the wrong person.”。

擴展截圖

screenshot
screenshot
screenshot

下載Personalized Send Button擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}