Ultisend

Allows easier management of your mailer accounts and emails.

Wat is Ultisend?

Ultisend is een Chrome-extensie ontwikkeld door https://www.viralmailprofits.com, en de belangrijkste functie is "Allows easier management of your mailer accounts and emails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ultisend

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

                        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.                    

Basisinformatie over de Extensie

Naam Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Officiële URL https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Beschrijving Allows easier management of your mailer accounts and emails.
Bestandsgrootte 586 KB
Aantal Installaties 281
Huidige Versie 2.24
Laatst Bijgewerkt 2019-06-04
Publicatiedatum 2019-06-04
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.viralmailprofits.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.viralmailprofits.com
Help Pagina-URL http://www.viralmailprofits.com/ultisend.php
Ondersteunde Talen 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",
        ""
    ]
}