Ultisend

Allows easier management of your mailer accounts and emails.

Что такое Ultisend?

Ultisend - это расширение Chrome, разработанное https://www.viralmailprofits.com, и его основная функция - "Allows easier management of your mailer accounts and emails.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ultisend

Скачайте файлы расширений Ultisend в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Официальный URL https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Описание Allows easier management of your mailer accounts and emails.
Размер файла 586 KB
Количество установок 281
Текущая Версия 2.24
Последнее Обновление 2019-06-04
Дата публикации 2019-06-04
Рейтинг 3.33/5 Всего 3 оценок
Разработчик https://www.viralmailprofits.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.viralmailprofits.com
URL страницы помощи http://www.viralmailprofits.com/ultisend.php
Поддерживаемые языки 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",
        ""
    ]
}