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
Eメール [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",
        ""
    ]
}