Ultisend

Allows easier management of your mailer accounts and emails.

Co to jest Ultisend?

Ultisend to rozszerzenie Chrome opracowane przez https://www.viralmailprofits.com, a jego główną funkcją jest „Allows easier management of your mailer accounts and emails.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ultisend

Pobierz pliki rozszerzeń Ultisend w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Oficjalny URL https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Opis Allows easier management of your mailer accounts and emails.
Rozmiar pliku 586 KB
Liczba instalacji 281
Aktualna Wersja 2.24
Ostatnia Aktualizacja 2019-06-04
Data Publikacji 2019-06-04
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper https://www.viralmailprofits.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.viralmailprofits.com
Adres URL Strony Pomocy http://www.viralmailprofits.com/ultisend.php
Obsługiwane Języki 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",
        ""
    ]
}