Just Not Sorry -- the Chrome extension

A Chrome extension that warns you when you write emails using words which undermine your message

Just Not Sorry -- the Chrome extension क्या है?

Just Not Sorry -- the Chrome extension Def Method द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that warns you when you write emails using words which undermine your message"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Just Not Sorry -- the Chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        We're Just NOT Sorry! Let's build awareness of how we qualify our message and diminish our voice. Inspired by the writings of Tara Mohr and others, this Chrome Extension for Gmail and Outlook for web helps you send more confident emails by warning you when you use words which undermine your message. Commonly used qualifying words and phrases are underlined for you to choose how you want to address them. Hover over the underline to see additional information about how using the phrase is perceived.  (Don't worry, the underline won't get sent as part of your email if you decide to ignore it.)  Created by Tami Reiss, Steve Brudz, Manish Kakwani, and Eric Tillberg of Def Method (www.defmethod.com).                    

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

नाम Just Not Sorry -- the Chrome extension Just Not Sorry -- the Chrome extension
ID fmegmibednnlgojepmidhlhpjbppmlci
आधिकारिक URL https://chromewebstore.google.com/detail/just-not-sorry-the-chrome/fmegmibednnlgojepmidhlhpjbppmlci
विवरण A Chrome extension that warns you when you write emails using words which undermine your message
फ़ाइल का आकार 108 KB
स्थापना संख्या 26,554
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2022-11-23
प्रकाशन तिथि 2020-04-27
रेटिंग 3.72/5 कुल 74 रेटिंग्स
डेवलपर Def Method
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://justnotsorry.com/
सहायता पृष्ठ URL https://github.com/defmethodinc/just-not-sorry/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Not Sorry -- the Chrome extension",
    "short_name": "JustNotSorry",
    "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
    "version": "2.4.0",
    "version_name": "2.4.0",
    "description": "A Chrome extension that warns you when you write emails using words which undermine your message",
    "icons": {
        "16": "img\/JustNotSorry-16.png",
        "48": "img\/JustNotSorry-48.png",
        "128": "img\/JustNotSorry-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "css": [
                ".\/just-not-sorry.css"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/JustNotSorry-19.png",
            "38": "img\/JustNotSorry-38.png"
        },
        "default_title": "Just Not Sorry"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [],
    "permissions": [
        "notifications"
    ]
}