EM Pro Tools

EM Pro Tools

EM Pro Tools란 무엇입니까?

EM Pro Tools은(는) https://emprotools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EM Pro Tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EM Pro Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a chrome extension which helps to use your Em Pro Tools Software in more efficient way.

This is developed to integrate Em Pro Tools with your Getresponse and Mailchimp autoresponder account.

It adds button called “EM Pro Tools” for every draft newsletter you have in your autoresponder, by clicking the button you can easy navigate directly to your Em Pro Tools Software dashboard and have the  draft newsletter selected there.

You are free to install and use this extension in you have Em Pro Tools Software account.

How to Use:
1.	After installing this extension, go to your Getresponse or Maichimp autoresponder account.
2.	Navigate to Draft Messages
3.	Find draft newsletter (message) needed
4.	Click “EM Pro Tools” button
5.	Your browser will open new web browser tab with your Em Pro Tools Software Dashboard and will automatically select newsletter you have chosen.                    

확장 프로그램 기본 정보

이름 EM Pro Tools EM Pro Tools
ID gpnbegpiaoneelnlppjakfglabokigoo
공식 URL https://chromewebstore.google.com/detail/em-pro-tools/gpnbegpiaoneelnlppjakfglabokigoo
설명 EM Pro Tools
파일 크기 51.65 KB
설치 횟수 85
현재 버전 1.9.7.3
최근 업데이트 2019-02-28
출시 날짜 2019-02-27
평점 5.00/5 총 1 개의 평점
개발자 https://emprotools.com
결제 유형 free
확장 프로그램 웹 사이트 http://emprotools.com
도움말 페이지 URL http://emprotools.net/privacy-policy/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EM Pro Tools",
    "description": "EM Pro Tools",
    "version": "1.9.7.3",
    "author": "EM Pro",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/aweber.com\/*",
                "https:\/\/www.aweber.com\/*",
                "https:\/\/app.getresponse.com\/*",
                "https:\/\/*.admin.mailchimp.com\/*"
            ],
            "js": [
                "jq.js",
                "attrchange.js",
                "myscript.js"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Toggle plugin on\/off"
    }
}