Yopmail Helper

This extension helps you with your yopmail adresses.

Apa itu Yopmail Helper?

Yopmail Helper adalah ekstensi Chrome yang dikembangkan oleh https://guillaumemigeon.fr, dan fitur utamanya adalah "This extension helps you with your yopmail adresses.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yopmail Helper

Unduh file ekstensi Yopmail Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        * Updated on 01/08/2017 *
* You can now track a custom address
* Fixed synchronization issues

-----------

This tool helps you handle several yopmail addresses!                    

Informasi Dasar Ekstensi

Nama Yopmail Helper Yopmail Helper
ID hblcpgekfpenakehekkfgoadijffdhne
URL Resmi https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne
Deskripsi This extension helps you with your yopmail adresses.
Ukuran File 64.62 KB
Jumlah Instalasi 596
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-01-08
Tanggal Publikasi 2017-01-08
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://guillaumemigeon.fr
Tipe Pembayaran free
Situs Ekstensi https://github.com/Outpox/Yopmail-Helper
Bahasa yang Didukung 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"
}