Ultisend

Allows easier management of your mailer accounts and emails.

Vad är Ultisend?

Ultisend är en Chrome-tillägg utvecklad av https://www.viralmailprofits.com, och dess huvudfunktion är "Allows easier management of your mailer accounts and emails.".

Tilläggsskärmbilder

screenshot

Ladda ner Ultisend-förlängningens CRX-fil

Ladda ner Ultisend-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
Officiell webbadress https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Beskrivning Allows easier management of your mailer accounts and emails.
Filstorlek 586 KB
Antal Installationer 281
Aktuell Version 2.24
Senast Uppdaterad 2019-06-04
Publiceringsdatum 2019-06-04
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare https://www.viralmailprofits.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.viralmailprofits.com
Hjälpsida URL http://www.viralmailprofits.com/ultisend.php
Stödda Språk 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",
        ""
    ]
}