Good Sign-Offs Gmail Extension

100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…

What is Good Sign-Offs Gmail Extension?

Good Sign-Offs Gmail Extension is a Chrome extension developed by https://www.angelicavelasco.com, and its main feature is "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".

Extension Screenshots

screenshot
screenshot

Download Good Sign-Offs Gmail Extension Extension CRX File

Download Good Sign-Offs Gmail Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        100+ ways to tell someone goodbye.

Randomly insert a sign-off with the click of a button from the Gmail composer.

Sayings created by Meg Miller + collaborators
https://www.are.na/meg-miller/good-sign-offs

Gmail extension created by Angel Velasco
https://angelicavelasco.com/                    

Extension Basic Information

Name Good Sign-Offs Gmail Extension Good Sign-Offs Gmail Extension
ID cjnofdlhmemkhpblcjfebeifobamahle
Official URL https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle
Description 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…
File Size 33.03 KB
Installation Count 38
Current Version 1.2
Last Updated 2019-12-02
Publish Date 2019-12-02
Rating 5.00/5 Total 1 Ratings
Developer https://www.angelicavelasco.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Good Sign-Offs Gmail Extension",
    "version": "1.2",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "app.js"
            ]
        }
    ],
    "icons": {
        "128": "Thumb.png"
    }
}