Batch Reply for GMail

Adds button to reply to all selected conversations on Gmail™.

Batch Reply for GMail क्या है?

Batch Reply for GMail mjbauer95 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to reply to all selected conversations on Gmail™."।

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

screenshot

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

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

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

                        Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response.

Useful if you get many similar emails requiring the same response for each.                    

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

नाम Batch Reply for GMail Batch Reply for GMail
ID jkeciloajjlchlmbjjogifpdkljppbei
आधिकारिक URL https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei
विवरण Adds button to reply to all selected conversations on Gmail™.
फ़ाइल का आकार 37.19 KB
स्थापना संख्या 11,565
वर्तमान संस्करण 7
अंतिम अपडेट 2015-05-28
प्रकाशन तिथि 2015-05-28
रेटिंग 2.50/5 कुल 129 रेटिंग्स
डेवलपर mjbauer95
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Batch Reply for GMail",
    "description": "Adds button to reply to all selected conversations on Gmail\u2122.",
    "version": "7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "reply.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "reply.png"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "manifest_version": 2
}