Firefox Relay

Firefox Relay makes it easy to create email masks that forward to your true inbox.

Firefox Relayคืออะไร?

Firefox Relay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://relay.firefox.com และคุณลักษณะหลักของมันคือ "Firefox Relay makes it easy to create email masks that forward to your true inbox."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firefox Relay

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

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

                        Firefox Relay helps you protect your real email address — the one most closely tied to your online identity. It lets you generate unique, random aliases you can use to sign up for accounts, apps, or newsletters, and forwards messages to your real address. If you find that an account is sending unwanted email or spam, you can block the alias and it will stop sending email to your inbox. Once you no longer want an account, you can delete the alias.

---

At Firefox Relay, we take your privacy seriously. Here's an overview of the permissions we request and the data we collect, along with our promise to safeguard your information:

- Basic Personal Details: Firefox Relay may collect basic personal details, like your email, during the signup process. This information helps us tailor our services to your preferences and provide you with a more personalized browsing journey.

- Financial and Payment Information: In some cases, we may request your credit card or debit card information when you choose to purchase Relay Premium to process a payment. Rest assured, we don't collect transaction records or payment history, and we never save your credit card or debit card data.

- Location: Firefox Relay may gather location-related data, like your region. This information enables us to provide you with relevant services and features based on your geographic context.

- Web History: Our add-on requests access to content from any website you visit. This helps us provide you with our service across the web, ensuring your online activities are safeguarded.

- User Activity: Firefox Relay may monitor user activity. This information allows us to identify trends, optimize performance, and ensure a seamless user experience.                    

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

ชื่อ Firefox Relay Firefox Relay
ID lknpoadjjkjcmjhbjpcljdednccbldeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/firefox-relay/lknpoadjjkjcmjhbjpcljdednccbldeb
คำอธิบาย Firefox Relay makes it easy to create email masks that forward to your true inbox.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.8.1
อัปเดตครั้งล่าสุด 2023-12-07
วันที่เผยแพร่ 2022-03-10
คะแนน 3.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://relay.firefox.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://relay.firefox.com/
URL หน้าช่วยเหลือ https://relay.firefox.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.mozilla.org/privacy/subscription-services
ภาษาที่รองรับ id,de,en,fr,nl,tr,da,it,hu,sk,fi,cs,el,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firefox Relay",
    "version": "2.8.1",
    "description": "__MSG_extensionDescription_mask__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "79.0"
        },
        "gecko_android": {
            "id": "[email protected]",
            "strict_min_version": "113.0"
        }
    },
    "background": {
        "scripts": [
            "js\/libs\/browser-polyfill.min.js",
            "js\/shared\/utils.js",
            "js\/background\/background.js",
            "js\/background\/context-menu.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "32": "icons\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_area": "navbar"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.firefox.com\/"
            ],
            "js": [
                "js\/libs\/browser-polyfill.min.js",
                "js\/relay.firefox.com\/track_logout.js"
            ]
        },
        {
            "matches": [
                "https:\/\/relay.firefox.com\/**"
            ],
            "js": [
                "js\/libs\/browser-polyfill.min.js",
                "js\/relay.firefox.com\/inject_addon_data.js"
            ]
        },
        {
            "matches": [
                "https:\/\/relay.firefox.com\/**"
            ],
            "css": [
                "css\/relay-website.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/relay.firefox.com\/accounts\/profile\/**"
            ],
            "js": [
                "js\/libs\/browser-polyfill.min.js",
                "js\/relay.firefox.com\/get_profile_data.js"
            ]
        },
        {
            "matches": [
                "https:\/\/relay.firefox.com\/accounts\/settings\/**"
            ],
            "js": [
                "js\/libs\/browser-polyfill.min.js",
                "js\/relay.firefox.com\/settings_refresh.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/browser-polyfill.min.js",
                "js\/shared\/utils.js",
                "js\/other-websites\/fathom.js",
                "js\/other-websites\/email_detector.js",
                "js\/other-websites\/icon.js",
                "js\/other-websites\/fill_relay_address.js",
                "js\/shared\/metrics.js"
            ],
            "css": [
                "css\/relay.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "icons\/*.svg",
        "icons\/*.png",
        "fonts\/Inter\/*.woff2",
        "fonts\/Metropolis\/*.woff2",
        "*.html"
    ]
}