RelayBox.org - Disposable Temporary Email
Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org.
RelayBox.org - Disposable Temporary Email क्या है?
RelayBox.org - Disposable Temporary Email https://relaybox.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RelayBox.org - Disposable Temporary Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Temporary disposable email address at your fingertips. Protect your email from spam, bots and phishing with RelayBox extension. RelayBox provides temporary, secure, anonymous, free, disposable email addresses. Forget about spam, advertising mailings, hacking and attacking robots. Keep your real mailbox clean and secure.
एक्सटेंशन की मूल जानकारी
नाम | RelayBox.org - Disposable Temporary Email |
ID | cjddhachaegjjjijjphnjkiommboednb |
आधिकारिक URL | https://chromewebstore.google.com/detail/relayboxorg-disposable-te/cjddhachaegjjjijjphnjkiommboednb |
विवरण | Temporary disposable email address. Protect your email from spam, bots and phishing with RelayBox.org. |
फ़ाइल का आकार | 2.1 MB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2022-11-25 |
प्रकाशन तिथि | 2022-11-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://relaybox.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://relaybox.org/ |
गोपनीयता नीति पृष्ठ URL | https://www.relaybox.org/privacy-policy |
समर्थित भाषाएँ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.0.3", "background": { "service_worker": "background.e192f75b.js" }, "icons": { "16": "icon_16.1760bf15.png", "32": "icon_32.e547a96f.png", "48": "icon_48.2e8c0a67.png", "64": "icon_64.1109757e.png", "128": "icon_128.ea4a83a4.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.e03f9f22.js" ], "run_at": "document_end", "css": [] } ], "default_locale": "en", "action": { "default_title": "__MSG_appName__", "default_icon": { "16": "icon_16.1760bf15.png", "20": "icon_20.6121eeb7.png", "32": "icon_32.e547a96f.png", "40": "icon_40.005ff043.png" }, "default_popup": "popup.a346ace6.html" }, "permissions": [ "alarms", "storage", "notifications" ], "short_name": "RelayBox", "externally_connectable": { "matches": [ "*:\/\/*.datalot.pl\/*", "*:\/\/*.relaybox.org\/*", "http:\/\/localhost:8000\/*" ] }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "content_script.2013d6b8.svg", "content_script.6dc0b570.css", "content_script.c706db22.svg" ] } ] } |