HOLD YOUR HORSES for Gmail & Outlook

Warns you if there are any third-party domains among email recipients when using Gmail & Outlook on the web.

HOLD YOUR HORSES for Gmail & Outlook क्या है?

HOLD YOUR HORSES for Gmail & Outlook GoProposal Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Warns you if there are any third-party domains among email recipients when using Gmail & Outlook on the web."।

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

screenshot

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

crx प्रारूप में HOLD YOUR HORSES for Gmail & Outlook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        "Hold Your Horses" warns you if there are any third-party domains among email recipients when using Gmail or Outlook on the web, saving you from embarrassment and potentially worse.

So imagine you're sending an email with sensitive information to a client and you accidentally Cc another client into the email.  Hold Your Horses will spot that you're including another email address with a different domain name and give you a simple warning.

You can also add email domains to an ignore list, such as your own domain and that of mutual partners or suppliers who are regularly Cc'd into emails.

---

Warranty disclaimers

THE "HOLD YOUR HORSES" CHROME EXTENSION WAS CREATED BY GOPROPOSAL LIMITED FOR USE IN THE ACCOUNTANCY FIRM - MAP. OUT OF KINDNESS, IT HAS BEEN MADE AVAILABLE FOR OTHER FIRMS TO USE, FREE OF CHARGE.

YOU AGREE THAT YOUR USE OF THE "HOLD YOUR HORSES" CHROME EXTENSION IS AT YOUR OWN SOLE RISK AND THAT IT IS PROVIDED ON AN “AS IS,” “WHERE IS,” “AS AVAILABLE,” “WITH ALL FAULTS” BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. GOPROPOSAL LIMITED DOES NOT WARRANT THAT THE OPERATION OF THE CHROME EXTENSION WILL MEET YOUR REQUIREMENTS OR WILL BE UNINTERRUPTED OR ERROR-FREE.

Limitation of liability
IN NO EVENT SHALL GOPROPOSAL LIMITED BE LIABLE WITH RESPECT TO THE CHROME EXTENSION FOR ANY LOST PROFITS, LOST OR DAMAGED USER CONTENT OR OTHER DATA, OR FAILURE TO MEET ANY DUTY, INCLUDING WITHOUT LIMITATION GOOD FAITH AND REASONABLE CARE; OR ANY INDIRECT, INCIDENTAL, PUNITIVE, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY KIND WHATSOEVER.

YOU AGREE THAT THIS LIMITATION OF LIABILITY REPRESENTS A REASONABLE ALLOCATION OF RISK AND IS A FUNDAMENTAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN GOPROPOSAL LIMITED  AND YOU. YOU UNDERSTAND THAT THE CHROME EXTTENSION WOULD NOT BE PROVIDED WITHOUT SUCH LIMITATIONS.                    

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

नाम HOLD YOUR HORSES for Gmail & Outlook HOLD YOUR HORSES for Gmail & Outlook
ID mdacgjikhjheedkehmgnldoefgighffn
आधिकारिक URL https://chromewebstore.google.com/detail/hold-your-horses-for-gmai/mdacgjikhjheedkehmgnldoefgighffn
विवरण Warns you if there are any third-party domains among email recipients when using Gmail & Outlook on the web.
फ़ाइल का आकार 66.8 KB
स्थापना संख्या 162
वर्तमान संस्करण 4.0.1
अंतिम अपडेट 2019-08-07
प्रकाशन तिथि 2019-08-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर GoProposal Ltd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://goproposal.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HOLD YOUR HORSES for Gmail & Outlook",
    "short_name": "HOLD YOUR HORSES",
    "description": "Warns you if there are any third-party domains among email recipients when using Gmail & Outlook on the web.",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "libs\/remodal\/remodal.css",
                "libs\/remodal\/remodal-default-theme.css",
                "content\/common\/styles.css"
            ],
            "js": [
                "libs\/jquery\/jquery-3.2.1.min.js",
                "libs\/remodal\/remodal.min.js",
                "content\/common\/debounce.js",
                "content\/gmail\/guard.js",
                "content\/gmail\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*"
            ],
            "css": [
                "libs\/remodal\/remodal.css",
                "libs\/remodal\/remodal-default-theme.css",
                "content\/common\/styles.css"
            ],
            "js": [
                "libs\/jquery\/jquery-3.2.1.min.js",
                "libs\/remodal\/remodal.min.js",
                "content\/common\/debounce.js",
                "content\/outlook\/guard.js",
                "content\/outlook\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        "content\/images\/*"
    ]
}