Yopmail Helper
This extension helps you with your yopmail adresses.
什么是Yopmail Helper?
Yopmail Helper是由https://guillaumemigeon.fr开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you with your yopmail adresses.”。
扩展截图
下载Yopmail Helper扩展crx文件
下载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"
} | |