Ultisend

Allows easier management of your mailer accounts and emails.

什么是Ultisend?

Ultisend是由https://www.viralmailprofits.com开发的Chrome扩展程序,该扩展的主要功能是“Allows easier management of your mailer accounts and emails.”。

扩展截图

screenshot

下载Ultisend扩展crx文件

下载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",
        ""
    ]
}