addy.io - Anonymous Email Forwarding

Open-source Anonymous Email Forwarding, create unlimited email aliases for free

Τι είναι το addy.io - Anonymous Email Forwarding;

Το addy.io - Anonymous Email Forwarding είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://addy.io, και η κύρια λειτουργία του είναι "Open-source Anonymous Email Forwarding, create unlimited email aliases for free".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης addy.io - Anonymous Email Forwarding

Λήψη αρχείων επέκτασης addy.io - Anonymous Email Forwarding σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension makes it quick and easy to view, search, manage and create new aliases.

Please Note: The free plan is currently limited to a total of 10 active shared domain aliases (e.g. *@anonaddy.me). You can still create unlimited standard aliases for free by giving out [email protected] as your email address, the browser extension is not required to create these type of aliases.

To use this extension you first need to register (https://app.addy.io/register) an account with addy.io (it's free), then you can generate an API token on the settings page.

If you are self-hosting addy.io then make sure to click "change instance" and enter the location of your web app.

Paste your API token in the extension to save it. Now you can simply open the extension and create a new alias for any site.

Why should I use addy.io?

There are a number of reasons you should consider using this service:

- Protect your real email address from spam by simply deactivating/deleting aliases that receive unsolicited emails
- Identify who has sold your data by using a different email address for every site
- Protect your identity in the event of a data breach by making it difficult for hackers to cross-reference your accounts
- Prevent inbox snooping by encrypting all inbound emails using GPG/OpenPGP encryption
- Update where emails are forwarded without having to go through and change your email address for each site individually
- Reply to forwarded emails anonymously without revealing your true email address

This addon is open-source - https://github.com/anonaddy/browser-extension

Bugs and Issues: Please report any issues at https://github.com/anonaddy/browser-extension/issues                    

Βασικές Πληροφορίες Επέκτασης

Όνομα addy.io - Anonymous Email Forwarding addy.io - Anonymous Email Forwarding
ID iadbdpnoknmbdeolbapdackdcogdmjpe
Επίσημο URL https://chromewebstore.google.com/detail/addyio-anonymous-email-fo/iadbdpnoknmbdeolbapdackdcogdmjpe
Περιγραφή Open-source Anonymous Email Forwarding, create unlimited email aliases for free
Μέγεθος Αρχείου 185 KB
Αριθμός Εγκαταστάσεων 4,247
Τρέχουσα Έκδοση 2.2.9
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2020-06-18
Αξιολόγηση 4.76/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://addy.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://addy.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://addy.io/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://addy.io/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "addy.io - Anonymous Email Forwarding",
    "short_name": "addy.io",
    "author": "Will Browning",
    "description": "Open-source Anonymous Email Forwarding, create unlimited email aliases for free",
    "homepage_url": "https:\/\/addy.io",
    "version": "2.2.9",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "addy.io",
        "default_popup": "app.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "browser-extension@anonaddy"
        }
    },
    "sidebar_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "addy.io",
        "default_panel": "app.html"
    }
}