Yopmail Helper
This extension helps you with your yopmail adresses.
Wat is Yopmail Helper?
Yopmail Helper is een Chrome-extensie ontwikkeld door https://guillaumemigeon.fr, en de belangrijkste functie is "This extension helps you with your yopmail adresses.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yopmail Helper
Download Yopmail Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* Updated on 01/08/2017 *
* You can now track a custom address
* Fixed synchronization issues
-----------
This tool helps you handle several yopmail addresses! Basisinformatie over de Extensie
| Naam | |
| ID | hblcpgekfpenakehekkfgoadijffdhne |
| Officiële URL | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
| Beschrijving | This extension helps you with your yopmail adresses. |
| Bestandsgrootte | 64.62 KB |
| Aantal Installaties | 596 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2017-01-08 |
| Publicatiedatum | 2017-01-08 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://guillaumemigeon.fr |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Outpox/Yopmail-Helper |
| Ondersteunde Talen | 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"
} | |