Ultisend

Allows easier management of your mailer accounts and emails.

O que é Ultisend?

Ultisend é uma extensão do Chrome desenvolvida por https://www.viralmailprofits.com, e sua principal característica é "Allows easier management of your mailer accounts and emails.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ultisend

Baixe arquivos de extensão Ultisend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
URL Oficial https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Descrição Allows easier management of your mailer accounts and emails.
Tamanho do Arquivo 586 KB
Contagem de Instalações 281
Versão Atual 2.24
Última Atualização 2019-06-04
Data de Publicação 2019-06-04
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor https://www.viralmailprofits.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.viralmailprofits.com
URL da Página de Ajuda http://www.viralmailprofits.com/ultisend.php
Idiomas Suportados 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",
        ""
    ]
}