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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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",
        ""
    ]
}