One Click Email
Create a temporary email in one click.
One Click Email क्या है?
One Click Email nglgzz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a temporary email in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One Click Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to create a temporary email with one click. When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset. You can also read incoming emails in case, for example, you need to verify some registration.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
विवरण | Create a temporary email in one click. |
फ़ाइल का आकार | 11.26 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2017-02-14 |
प्रकाशन तिथि | 2017-02-14 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | nglgzz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Email", "short_name": "1Click Email", "description": "Create a temporary email in one click.", "version": "0.4", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/10minutemail.com\/", "clipboardWrite" ], "icons": { "128": "icon128.png" } } |