Ultisend

Allows easier management of your mailer accounts and emails.

Was ist Ultisend?

Ultisend ist eine Chrome-Erweiterung, die von https://www.viralmailprofits.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows easier management of your mailer accounts and emails.".

Erweiterungsscreenshots

screenshot

Ultisend-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultisend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Offizielle URL https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Beschreibung Allows easier management of your mailer accounts and emails.
Dateigröße 586 KB
Installationsanzahl 281
Aktuelle Version 2.24
Letztes Update 2019-06-04
Veröffentlichungsdatum 2019-06-04
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler https://www.viralmailprofits.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.viralmailprofits.com
Hilfeseite URL http://www.viralmailprofits.com/ultisend.php
Unterstützte Sprachen 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",
        ""
    ]
}