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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://docs.paced.email
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}