Ultisend

Allows easier management of your mailer accounts and emails.

What is Ultisend?

Ultisend is a Chrome extension developed by https://www.viralmailprofits.com, and its main feature is "Allows easier management of your mailer accounts and emails.".

Extension Screenshots

screenshot

Download Ultisend Extension CRX File

Download Ultisend 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

                        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.                    

Extension Basic Information

Name Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Official URL https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Description Allows easier management of your mailer accounts and emails.
File Size 586 KB
Installation Count 281
Current Version 2.24
Last Updated 2019-06-04
Publish Date 2019-06-04
Rating 3.33/5 Total 3 Ratings
Developer https://www.viralmailprofits.com
Email [email protected]
Payment Type free
Extension Website http://www.viralmailprofits.com
Help Page URL http://www.viralmailprofits.com/ultisend.php
Supported Languages 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",
        ""
    ]
}