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ファイルをダウンロード

EM Pro Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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