Yopmail Helper
This extension helps you with your yopmail adresses.
ما هو Yopmail Helper؟
Yopmail Helper هو إضافة Chrome تم تطويرها بواسطة https://guillaumemigeon.fr، والميزة الرئيسية لها هي "This extension helps you with your yopmail adresses.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yopmail Helper
قم بتنزيل ملفات الامتداد Yopmail Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Updated on 01/08/2017 *
* You can now track a custom address
* Fixed synchronization issues
-----------
This tool helps you handle several yopmail addresses! معلومات أساسية عن التمديد
| الاسم | |
| ID | hblcpgekfpenakehekkfgoadijffdhne |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
| الوصف | This extension helps you with your yopmail adresses. |
| حجم الملف | 64.62 KB |
| عدد التثبيتات | 596 |
| النسخة الحالية | 1.5 |
| آخر تحديث | 2017-01-08 |
| تاريخ النشر | 2017-01-08 |
| تقييم | 4.75/5 مجموع تقييمات 4 |
| المطور | https://guillaumemigeon.fr |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Outpox/Yopmail-Helper |
| اللغات المدعومة | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yopmail Helper",
"description": "This extension helps you with your yopmail adresses.",
"version": "1.5",
"icons": {
"48": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"default_locale": "en"
} | |