Gmail automatic BCC me by 010Pixel

A plugin for gmail to automatically BCC sender's email.

Gmail automatic BCC me by 010Pixel क्या है?

Gmail automatic BCC me by 010Pixel 010pixel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for gmail to automatically BCC sender's email."।

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

screenshot
screenshot

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

crx प्रारूप में Gmail automatic BCC me by 010Pixel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        A very simple plugin to enable you to automatically BCC yourself in creating new email, replying and forwarding email. There is a button in enable/disable the feature in gmail itself.

How to:
- Click on "Compose" or "Reply" or "Reply all" or "Forward" button and you will automatically be BCCed
- To disable or renable this feature, just uncheck the checkbox at the bottom of the compose text popup.                    

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

नाम Gmail automatic BCC me by 010Pixel Gmail automatic BCC me by 010Pixel
ID cdbbhmihggfhmhbbmabpkpflahdeodgo
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo
विवरण A plugin for gmail to automatically BCC sender's email.
फ़ाइल का आकार 438 KB
स्थापना संख्या 734
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2017-05-22
प्रकाशन तिथि 2017-05-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर 010pixel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.010pixel.com/
गोपनीयता नीति पृष्ठ URL https://privacy.010pixel.com/chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail automatic BCC me by 010Pixel",
    "short_name": "Gmail-Automatic-BCC-Me",
    "description": "A plugin for gmail to automatically BCC sender's email.",
    "version": "1.1.3",
    "author": "010 Pixel",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js"
            ]
        }
    ]
}