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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* 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"
} | |