Email Signature & Email Tracker. MySignature

Free email signature generator: customizable templates. Email tracking: opens & clicks. Gmail

Email Signature & Email Tracker. MySignature là gì?

Email Signature & Email Tracker. MySignature là một tiện ích mở rộng Chrome được phát triển bởi https://mysignature.io, và tính năng chính của nó là "Free email signature generator: customizable templates. Email tracking: opens & clicks. Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Signature & Email Tracker. MySignature

Tải xuống các tệp mở rộng Email Signature & Email Tracker. MySignature dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Free email signature and email tracker for Gmail. 
Use a single tool for branding and tracking your emails

✅ Free email signature with customizable templates that would make your email even more professional.
Create and update email signatures for yourself or your team without manual work, stress, and creativity limits by using an email signature extension.

✅ Unlimited email tracking. Know who opens your emails and clicks your links.
Activate email tracking for yourself or your team to know what happens with your email after you click send. Our mail tracker is simple and easy to use in your Gmail.

🤩 Why should you use MySignature:
One extension for email signature and email tracking
Over 4 000 active extension users in a month
Over 5 000 paying customers

🚀 How our signature and tracking extension works:
Install the MySignature extension and activate signatures and email tracking
Click compose to see your signature and send an email with tracking
Tracking icons appear in the “sent email” folder, in the threads, in the email 

Email tracker statuses you’ll see:
🟢 Green opened envelop if an email was opened
🔵 Blue envelop if an email has not been opened yet
🟡 To see clicks hover over the icon to get the full history

Email tracking adds an invisible pixel that loads when your recipient opens the email and notifies you about the action. To track link clicks, all your URLs will be replaced with special tracking URLs

❤️ Reasons to choose MySignature for your signature:

✅ Enjoy a simple step-by-step signature-making process and the friendly interface of our email signature generator:
- Predefined signature templates to make your start easier
- Import your contact details from Facebook or LinkedIn
- List of over 100 social icons

✅ Make your email signature unique with advanced design options:
- Fully customizable signature templates
- Color choices
- Font styles and sizes
- Social icons and buttons style
- Call-to-action buttons with different design options
- Upload logo or headshot and edit shapes

✅ Power up your signature with addons:
- Disclaimer
- Custom call-to-action buttons
- Video conferences
- Call-to-action buttons
- Event and calendar
- Marketplaces
- Green messages
- Handwritten sign-off

✅ Turn your signature into a marketing channel with banners:
- Gallery of creative banners
- Upload your own banner
- Banner design integration with Canva

✅ Update your email signature from our dashboard without reinstalling your signature manually in Gmail

✅ Update your teams signature without their involvement to keep them on brand

✅ Chat with our amazing support team

Important: 
We don’t store, read or transfer your email content when using our extension for signatures or mail tracker.
To enjoy all features, go MySignature Pro.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Signature & Email Tracker. MySignature Email Signature & Email Tracker. MySignature
ID mkkicnlinnjfgjkegiomemdeleniiojl
URL Chính Thức https://chromewebstore.google.com/detail/email-signature-email-tra/mkkicnlinnjfgjkegiomemdeleniiojl
Mô tả Free email signature generator: customizable templates. Email tracking: opens & clicks. Gmail
Kích Thước Tệp 524 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.8.3
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2022-06-14
Đánh Giá 4.76/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://mysignature.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mysignature.io/
URL Trang Trợ Giúp https://support.mysignature.io
URL Trang Chính Sách Bảo Mật https://mysignature.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Free email signature generator: customizable templates. Email tracking: opens & clicks. Gmail",
    "version": "1.8.3",
    "manifest_version": 3,
    "name": "Email Signature & Email Tracker. MySignature",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon-34.png"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js",
                "extensionInjector.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "start.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "toolbar_button.css",
                "app.css",
                "content.css",
                "startExtension.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*",
            "https:\/\/mysignature.io\/*",
            "https:\/\/*.mysignature.io\/*"
        ]
    }
}