Yopmail Helper
This extension helps you with your yopmail adresses.
Co to jest Yopmail Helper?
Yopmail Helper to rozszerzenie Chrome opracowane przez https://guillaumemigeon.fr, a jego główną funkcją jest „This extension helps you with your yopmail adresses.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yopmail Helper
Pobierz pliki rozszerzeń Yopmail Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* Updated on 01/08/2017 *
* You can now track a custom address
* Fixed synchronization issues
-----------
This tool helps you handle several yopmail addresses! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hblcpgekfpenakehekkfgoadijffdhne |
| Oficjalny URL | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
| Opis | This extension helps you with your yopmail adresses. |
| Rozmiar pliku | 64.62 KB |
| Liczba instalacji | 596 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2017-01-08 |
| Data Publikacji | 2017-01-08 |
| Ocena | 4.75/5 Łącznie 4 Oceny |
| Deweloper | https://guillaumemigeon.fr |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Outpox/Yopmail-Helper |
| Obsługiwane Języki | 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"
} | |