EmailFooterApp - add contextual email footers

Email Footer App - a Chrome extension that lets you add contextual email signatures to important emails you send.

Apa itu EmailFooterApp - add contextual email footers?

EmailFooterApp - add contextual email footers adalah ekstensi Chrome yang dikembangkan oleh https://emailfooterapp.com, dan fitur utamanya adalah "Email Footer App - a Chrome extension that lets you add contextual email signatures to important emails you send.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EmailFooterApp - add contextual email footers

Unduh file ekstensi EmailFooterApp - add contextual email footers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Email Footer App - we are a Chrome extension that allows you to add contextual information to your footers in your e-mails.

How it works:
- We integrate with Gmail to add an extra feature to the compose screen which lets you customize and add some contextual information to your e-mail signatures.

Features:
- Ability to save custom footer templates and use them easily.
- Tracking of links that you define to gauge effectiveness (coming soon).
- Auto insert e-mail signature based on the recipient (coming soon).

Use Cases:
- If you are a sales professional that sends a lot of cold e-mails, you would use EmailFooterApp to provide a link and some information in your footer to gain some credibility that what you're offering is legitimate.

- If you are an entrepreneur looking to raise capital, you would use EmailFooterApp to provide some credible statistics to your company (ie. a link to a news article of previous investment).

- If you're a business executive hoping to form a partnership with other companies, you would use EmailFooterApp to provide links to previous partnership deals you've done.

- If you are a software consultant looking for work, you would use EmailFooterApp to add in links and previous works you've done. 

Privacy:
- Your privacy is very important to us. We do not send e-mails on your behalf and all the footers are added only after you select them to add yourself.

Installation Instructions:
- Add this to your Chrome browser, and then goto your GMail and hit Compose. You will see a bar to sign in. Sign in as per instructions and then you can start using EmailFooterApp!                    

Informasi Dasar Ekstensi

Nama EmailFooterApp - add contextual email footers EmailFooterApp - add contextual email footers
ID halgcbgkkjlnhamekmbfnkbjjmghfbjk
URL Resmi https://chromewebstore.google.com/detail/emailfooterapp-add-contex/halgcbgkkjlnhamekmbfnkbjjmghfbjk
Deskripsi Email Footer App - a Chrome extension that lets you add contextual email signatures to important emails you send.
Ukuran File 1.17 MB
Jumlah Instalasi 35
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2014-12-30
Tanggal Publikasi 2014-12-30
Pengembang https://emailfooterapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.emailfooterapp.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EmailFooterApp - add contextual email footers",
    "description": "Email Footer App - a Chrome extension that lets you add contextual email signatures to important emails you send.",
    "version": "1.2.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnsQGR2xx5Z5fko1AzOZQVQuK3yVx4Nuu4jxv5V9O+xJUNPswyN7Qq4KTNQM22dJAYdjmMXBMCdEUnuCsAl5ZcibPw\/N6RHl7RKJ25p\/SiKpdW99twoc\/LCZbsZibyRHxviIYrz0y1TDS+GGRy5rRqPBjox3oU11Wl6WItdquxsrtajTgdXJoFKozW9Ik303irpVLl2OOGO\/CIglJrUF8vPoo2Q7WD28wPR3nq2YmzsFj+31oUln1bMqmKuoM+Y9CgA033L5w+9U1+uJRlU6oVMXJs5fLUaQnSje1UBgu6GbDsMCnhf6pawYOb3LZpMq3Wfkfwt6R9BQdTYlkqVAXPwIDAQAB",
    "minimum_chrome_version": "29",
    "icons": {
        "32": "img\/logo-32.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/js\/vendor\/jquery.js",
                "lib\/js\/foundation.min.js",
                "lib\/js\/jquery.poshytip.js",
                "lib\/js\/jquery-editable-poshytip.js",
                "contentscript.js"
            ],
            "css": [
                "lib\/css\/normalize.css",
                "lib\/css\/foundation.min.css",
                "lib\/css\/foundation-icons.css",
                "lib\/css\/jquery-editable.css",
                "css\/main.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/vendor\/jquery.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/*",
        "img\/*",
        "fonts\/*",
        "contentscript.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/emailfooterapp.com\/*"
    ],
    "oauth2": {
        "client_id": "166262791385-ug7h0bvm60i9ibmf72b76gfl5mokf6hk.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile"
        ]
    }
}