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…

Good Sign-Offs Gmail Extension क्या है?

Good Sign-Offs Gmail Extension https://www.angelicavelasco.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Good Sign-Offs Gmail Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Good Sign-Offs Gmail Extension Good Sign-Offs Gmail Extension
ID cjnofdlhmemkhpblcjfebeifobamahle
आधिकारिक URL https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle
विवरण 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…
फ़ाइल का आकार 33.03 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-12-02
प्रकाशन तिथि 2019-12-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.angelicavelasco.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}