One Click Email

Create a temporary email in one click.

ما هو One Click Email؟

One Click Email هو إضافة Chrome تم تطويرها بواسطة nglgzz، والميزة الرئيسية لها هي "Create a temporary email in one click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة One Click Email

قم بتنزيل ملفات الامتداد One Click Email بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم One Click Email One Click Email
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"
    }
}