Ultisend

Allows easier management of your mailer accounts and emails.

Apa itu Ultisend?

Ultisend adalah ekstensi Chrome yang dikembangkan oleh https://www.viralmailprofits.com, dan fitur utamanya adalah "Allows easier management of your mailer accounts and emails.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ultisend

Unduh file ekstensi Ultisend 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

                        UltiSend for ViralMailProfits allows you to easily manage and send to all of your viral mailer accounts.  It stores logins and email templates so you can easily access, track, and send.                    

Informasi Dasar Ekstensi

Nama Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
URL Resmi https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Deskripsi Allows easier management of your mailer accounts and emails.
Ukuran File 586 KB
Jumlah Instalasi 281
Versi Saat Ini 2.24
Terakhir Diperbarui 2019-06-04
Tanggal Publikasi 2019-06-04
Penilaian 3.33/5 Total 3 Penilaian
Pengembang https://www.viralmailprofits.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.viralmailprofits.com
URL Halaman Bantuan http://www.viralmailprofits.com/ultisend.php
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultisend",
    "version": "2.24",
    "description": "Allows easier management of your mailer accounts and emails.",
    "icons": {
        "48": "resources\/images\/letter_48.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": "resources\/main.html",
        "default_icon": {
            "16": "resources\/images\/ultisendlogo_16.png",
            "32": "resources\/images\/ultisendlogo_32.png",
            "48": "resources\/images\/ultisendlogo_48.png"
        }
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "resources\/system.js",
                "resources\/jquery-3.2.1.min.js",
                "resources\/jquery-ui.min.js",
                "resources\/ultisend.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "resources\/system.js",
            "resources\/jquery-3.2.1.min.js",
            "resources\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}