Paced Email – Temporary, disposable, burners

Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.

ما هو Paced Email – Temporary, disposable, burners؟

Paced Email – Temporary, disposable, burners هو إضافة Chrome تم تطويرها بواسطة https://paced.email، والميزة الرئيسية لها هي "Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Paced Email – Temporary, disposable, burners

قم بتنزيل ملفات الامتداد Paced Email – Temporary, disposable, burners بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        One-click temporary burner emails.

Create disposable or personalised email addresses from your browser with the official Paced Email extension.

Anonymously shield your real identity from companies and advertisers who want to track you online.

Block and unblock them anytime you want.

Boost your productivity by choosing when inbound messages reach you. Batch into daily, weekly, or monthly digests for a calmer inbox.

Extension features:

• Email field icon to auto-generate burner emails with a single click
• Right-click context menu
• Single click copy to clipboard
• Generate and manage Paced Email inboxes
• Account switching

Learn more: https://www.paced.email/browser-extensions

Twitter: https://twitter.com/pacedemail                    

معلومات أساسية عن التمديد

الاسم Paced Email – Temporary, disposable, burners Paced Email – Temporary, disposable, burners
ID ebefdbfinfikmdalikkpbjfijkglgeid
عنوان URL الرسمي https://chromewebstore.google.com/detail/paced-email-%E2%80%93-temporary-d/ebefdbfinfikmdalikkpbjfijkglgeid
الوصف Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.
حجم الملف 1.66 MB
عدد التثبيتات 1,705
النسخة الحالية 2.1.1
آخر تحديث 2023-12-05
تاريخ النشر 2020-07-29
تقييم 5.00/5 مجموع تقييمات 11
المطور https://paced.email
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.paced.email
عنوان صفحة المساعدة https://docs.paced.email
عنوان صفحة سياسة الخصوصية https://www.paced.email/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paced Email \u2013 Temporary, disposable, burners",
    "short_name": "Paced Email",
    "description": "Temporary disposable emails by Paced Email. Temp mail with extra privacy and anonymous identity protection.",
    "version": "2.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Paced Email",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js",
                "content\/index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "content\/index.css",
        "fonts\/*"
    ]
}