Ultisend

Allows easier management of your mailer accounts and emails.

Cos'è Ultisend?

Ultisend è un'estensione di Chrome sviluppata da https://www.viralmailprofits.com, e la sua funzione principale è "Allows easier management of your mailer accounts and emails.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ultisend

Scarica i file di estensione Ultisend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
URL Ufficiale https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Descrizione Allows easier management of your mailer accounts and emails.
Dimensione del File 586 KB
Conteggio Installazioni 281
Versione Corrente 2.24
Ultimo Aggiornamento 2019-06-04
Data di Pubblicazione 2019-06-04
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore https://www.viralmailprofits.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.viralmailprofits.com
URL della Pagina di Aiuto http://www.viralmailprofits.com/ultisend.php
Lingue Supportate 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",
        ""
    ]
}