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 هو إضافة Chrome تم تطويرها بواسطة 010pixel، والميزة الرئيسية لها هي "A plugin for gmail to automatically BCC sender's email.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Gmail automatic BCC me by 010Pixel

قم بتنزيل ملفات الامتداد Gmail automatic BCC me by 010Pixel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}