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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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",
        ""
    ]
}