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