Yopmail Helper
This extension helps you with your yopmail adresses.
What is Yopmail Helper?
Yopmail Helper is a Chrome extension developed by https://guillaumemigeon.fr, and its main feature is "This extension helps you with your yopmail adresses.".
Extension Screenshots
Download Yopmail Helper Extension CRX File
Download Yopmail Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* Updated on 01/08/2017 * * You can now track a custom address * Fixed synchronization issues ----------- This tool helps you handle several yopmail addresses!
Extension Basic Information
Name | Yopmail Helper |
ID | hblcpgekfpenakehekkfgoadijffdhne |
Official URL | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
Description | This extension helps you with your yopmail adresses. |
File Size | 64.62 KB |
Installation Count | 596 |
Current Version | 1.5 |
Last Updated | 2017-01-08 |
Publish Date | 2017-01-08 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://guillaumemigeon.fr |
Payment Type | free |
Extension Website | https://github.com/Outpox/Yopmail-Helper |
Supported Languages | 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" } |