Ultisend

Allows easier management of your mailer accounts and emails.

Ultisend là gì?

Ultisend là một tiện ích mở rộng Chrome được phát triển bởi https://www.viralmailprofits.com, và tính năng chính của nó là "Allows easier management of your mailer accounts and emails.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ultisend

Tải xuống các tệp mở rộng Ultisend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ultisend Ultisend
ID cdemlnndglgohepfjnndbghhcomicgnb
URL Chính Thức https://chromewebstore.google.com/detail/ultisend/cdemlnndglgohepfjnndbghhcomicgnb
Mô tả Allows easier management of your mailer accounts and emails.
Kích Thước Tệp 586 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 2.24
Cập Nhật Lần Cuối 2019-06-04
Ngày Phát Hành 2019-06-04
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.viralmailprofits.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.viralmailprofits.com
URL Trang Trợ Giúp http://www.viralmailprofits.com/ultisend.php
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}