Polycred: Email Alias Generator & Manager

Easily generate unique email aliases for website signups to take control of your email privacy & security. Use your existing inbox.

Polycred: Email Alias Generator & Managerคืออะไร?

Polycred: Email Alias Generator & Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polycred.com และคุณลักษณะหลักของมันคือ "Easily generate unique email aliases for website signups to take control of your email privacy & security. Use your existing inbox."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polycred: Email Alias Generator & Manager

ดาวน์โหลดไฟล์ส่วนขยาย Polycred: Email Alias Generator & Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Meet Polycred, the better way to sign up. Polycred allows you to stay safe and spam-free and is the simplest and most effective way to take control of your email inbox privacy and security.

An increasing number of companies are selling your data and leaking your contact information, making your personal email address a primary target for hackers, identity thieves and advertisers. No matter how many times you block those frustrating spam emails, once your details have been sold or leaked online you'll continue to receive new spam emails indefinitely, forever remaining a target of cyber-criminals.

Polycred is the modern solution to a classic problem. Instead of typing out your personal email address on a website email field, use the Polycred dropdown to instantly generate an email alias that is linked to the website. Polycred will automatically manage and fill email fields for you to make this even easier so you don't need to remember anything.

When your email alias receives emails the email will appear in your personal email inbox, keeping your personal email address hidden from the website without affecting your regular email workflow. When replying to these emails from your personal inbox, Polycred will seamlessly relay the emails back to the original sender, maintaining your privacy at all times. The website you signed up to will never see your personal email address, only your email alias.

If your alias starts receiving spam or is leaked online, you will instantly be able to determine which company is responsible for the misuse of your personal data, and you can disable or delete the alias with a single click, instantly and permanently stopping the entire chain of spammers and preventing any future spammers from ever reaching you.

---------------------------------

Why does Polycred require browser permissions?

As you may have noticed, Polycred requires the permission "Read and change your data on the websites you visit". This permission is required so that Polycred can insert the dropdown button onto the email fields of the websites you visit. Clipboard access is also granted so you can easily copy email aliases. Polycred does not monitor, log or transmit your web activity. Polycred was manually verified and approved by the Google extension approval team, and our source code was evaluated to meet all security and privacy standards and requirements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Polycred: Email Alias Generator & Manager Polycred: Email Alias Generator & Manager
ID emjaeiccigmcjeelfckjcdcnaanaggnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/polycred-email-alias-gene/emjaeiccigmcjeelfckjcdcnaanaggnp
คำอธิบาย Easily generate unique email aliases for website signups to take control of your email privacy & security. Use your existing inbox.
ขนาดไฟล์ 6.62 MB
จำนวนการติดตั้ง 528
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2021-06-23
วันที่เผยแพร่ 2020-12-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://polycred.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://polycred.com
URL หน้าช่วยเหลือ https://polycred.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://polycred.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Polycred: Email Alias Generator & Manager",
    "version": "1.3.1",
    "description": "Easily generate unique email aliases for website signups to take control of your email privacy & security. Use your existing inbox.",
    "icons": {
        "16": "icons\/polycred16.png",
        "24": "icons\/polycred24.png",
        "32": "icons\/polycred32.png",
        "48": "icons\/polycred48.png",
        "96": "icons\/polycred96.png",
        "128": "icons\/polycred128.png"
    },
    "background": {
        "page": "background\/page.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/vendor\/browser-polyfill.min.js",
                "js\/errors.js",
                "js\/content_comms.js",
                "content\/index.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "iframe\/initial.html",
        "iframe\/generate.html",
        "iframe\/filter.html",
        "icons\/polycred.svg",
        "icons\/polycred16.png",
        "icons\/polycred24.png",
        "icons\/polycred32.png",
        "icons\/polycred48.png",
        "icons\/polycred96.png",
        "icons\/polycred128.png"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/polycred16.png",
            "24": "icons\/polycred24.png",
            "32": "icons\/polycred32.png",
            "48": "icons\/polycred48.png",
            "96": "icons\/polycred96.png",
            "128": "icons\/polycred128.png"
        },
        "default_title": "Polycred: Email Alias Generator & Manager",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "clipboardWrite"
    ]
}