lockrMail: email on your terms

Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and…

lockrMail: email on your termsคืออะไร?

lockrMail: email on your terms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loc.kr และคุณลักษณะหลักของมันคือ "Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lockrMail: email on your terms

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

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

                        Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and discount codes in real-time as you browse.  

The new and improved lockrMail chrome extension will revolutionize your online browsing experience:

- Detect and auto-complete email fields with your lockrMail email address 
- Proactively enable email settings by domain at the point of registration
- View and adjust Sender emails and delivery settings as you browse 
- Receive notifications of recent emails and read them directly in the extension 
- View, copy, and activate relevant discount codes for online shopping
- Signal your privacy preferences via Global Privacy Control (GPC)

lockrMail is a free productivity tool that acts as a pre-filter for your inbox, providing you with a unique and secure email address to use across the web. Custom filters allow lockrMail users to decide which promotional emails land in their primary inbox and which are blocked entirely. lockrMail (www.lockrMail.com) is compatible with all email clients and sign-up can be completed directly in the extension. 

Unlock your inbox - a new browsing experience from lockrMail. 

By downloading the lockrMail Chrome Extension, you agree to our T&Cs / Privacy Policy here: https://lockrmail.com/privacy-policy/                    

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

ชื่อ lockrMail: email on your terms lockrMail: email on your terms
ID dhpejadloippifpocekdponhfhlmnhgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lockrmail-email-on-your-t/dhpejadloippifpocekdponhfhlmnhgi
คำอธิบาย Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and…
ขนาดไฟล์ 2.77 MB
จำนวนการติดตั้ง 552
เวอร์ชันปัจจุบัน 2.4.7
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2021-08-13
คะแนน 5.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://loc.kr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lockrMail.com/
URL หน้าช่วยเหลือ https://lockrmail.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://lockrmail.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.7",
    "short_name": "LockrMail",
    "name": "lockrMail: email on your terms",
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "favicon-dark-48.png",
        "48": "favicon-dark-48.png",
        "128": "favicon-dark-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.lockrmail.com\/*",
                "*:\/\/loc.kr\/*",
                "*:\/\/localhost:3000\/*",
                "*:\/\/*.zendesk.*\/*",
                "*:\/\/*.google.*\/*"
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/app.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/app.*.lockrmail.com\/*",
                "*:\/\/*-app.lockrmail.com\/*",
                "*:\/\/app.lockrmail.com\/*",
                "*:\/\/localhost:3000\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/app.*.lockrmail.com\/*",
                "*:\/\/*-app.lockrmail.com\/*",
                "*:\/\/app.lockrmail.com\/*",
                "*:\/\/localhost:3000\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/app\/content-gpc.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.lockrmail.com\/*",
            "*:\/\/loc.kr\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/*",
                "\/app\/*",
                "\/assets\/*",
                "\/static\/js\/*",
                "\/static\/media\/*",
                "\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5zDa9xcLJLdVuvq4QlTjzKAkn6WRDbr5UJkcr9JWPoXuszvr6kIpnmu2myCCDWZgHorWKnuLNLKsTwMe3LDZnWpnGo503q5bMJ\/x1KIG8CpBTGPVjgUOFO0awhQ8x2vXmrLGh\/RLdMCxkYuB2lSu7pQGeWV1R7OlD4dDWqpQ5ol64f60zZLoIxNGxw+BOj\/nNdlVWv\/M1bi3Wj5xBaWbdyICw3E7k8HWp5ZngfhIFEgVJEci\/ykCG5SqBhs+pm7ZhAfOLsh3\/aQBggefZlt1Y4tFdf62jQO5JgvLax5\/+HuIlipT950HeqdjOv2uB7ZC5mRyfhBg7njvkq2q2E7sQIDAQAB",
    "action": {
        "default_icon": {
            "16": "favicon-dark-48.png",
            "48": "favicon-dark-48.png",
            "128": "favicon-dark-128.png"
        },
        "default_popup": "index.html",
        "default_title": "lockrMail: email on your terms"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": []
    }
}