Gmail automatic BCC me by 010Pixel

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

Was ist Gmail automatic BCC me by 010Pixel?

Gmail automatic BCC me by 010Pixel ist eine Chrome-Erweiterung, die von 010pixel entwickelt wurde, und ihr Hauptmerkmal ist "A plugin for gmail to automatically BCC sender's email.".

Erweiterungsscreenshots

screenshot
screenshot

Gmail automatic BCC me by 010Pixel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail automatic BCC me by 010Pixel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail automatic BCC me by 010Pixel Gmail automatic BCC me by 010Pixel
ID cdbbhmihggfhmhbbmabpkpflahdeodgo
Offizielle URL https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo
Beschreibung A plugin for gmail to automatically BCC sender's email.
Dateigröße 438 KB
Installationsanzahl 734
Aktuelle Version 1.1.3
Letztes Update 2017-05-22
Veröffentlichungsdatum 2017-05-21
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler 010pixel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.010pixel.com/
URL der Datenschutzrichtlinien-Seite https://privacy.010pixel.com/chrome
Unterstützte Sprachen 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"
            ]
        }
    ]
}