Email Meter — Custom Signature

Add a signature to your emails based on personalized data and impress your contacts!

Email Meter — Custom Signatureคืออะไร?

Email Meter — Custom Signature เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emailmeter.com และคุณลักษณะหลักของมันคือ "Add a signature to your emails based on personalized data and impress your contacts!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Meter — Custom Signature

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

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

                        Impress your clients and co-workers with a data-powered email signature!

Why use Email Meter’s Custom Signatures?

Gain immediate trust from clients and co-workers by displaying your average response time. They’ll be confident of a quick reply. 

Notify clients and co-workers of the best time to email you by including the day and time that you respond quickest to emails.

They’re quick and easy to generate. Just go to Gmail and click on the Email Meter button followed by “Insert Signature”. We’ll calculate your email stats with the recipients and generate your Custom Signature in a matter of minutes.

They’re fully customizable and whether or not you include the signature is always optional. You can save your name and job title so you don’t need to enter it each time. Your signature comes in HTML, making it straightforward to edit as you see fit. 

We’re in beta stage so your feedback is invaluable to us, it’s how we improve! Send us an email at [email protected].

*IMPORTANT*: Email Meter and this extension work exclusively with Gmail™

----------------------------------------------------

To start using this extension and get your data-powered email signatures, you’ll need to log in or sign up to Email Meter.

Email Meter is free to use. It calculates relevant stats to equip you with invaluable insights into your email usage that help improve your productivity. You can measure workload, response times and plan your email schedule. 

Email Meter can’t access the body or attachments of your emails, our service uses email metadata only. Find out more about Email Meter here: https://emailmeter.com

----------------------------------------------------

By using this extension, you agree to the Email Meter Terms & Conditions available at http://www.emailmeter.com/terms-of-service

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

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

ชื่อ Email Meter — Custom Signature Email Meter — Custom Signature
ID jgffdfnjjdggdfceegfjdapnjkbjfmca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-meter-%E2%80%94-custom-sign/jgffdfnjjdggdfceegfjdapnjkbjfmca
คำอธิบาย Add a signature to your emails based on personalized data and impress your contacts!
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2021-03-31
วันที่เผยแพร่ 2020-03-30
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://emailmeter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emailmeter.com
URL หน้าช่วยเหลือ https://help.emailmeter.com
URL หน้านโยบายความเป็นส่วนตัว https://www.emailmeter.com/terms-of-service
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Meter \u2014 Custom Signature",
    "version": "0.1.4",
    "description": "Add a signature to your emails based on personalized data and impress your contacts!",
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/*.emailmeter.com\/",
        "https:\/\/www.google-analytics.com"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "appInbox.js",
                "app.871a4408.js"
            ],
            "css": [
                "app.871a4408.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "icon.png",
        "tool-Icon.png"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' ;"
}