EM Pro Tools

EM Pro Tools

EM Pro Tools क्या है?

EM Pro Tools https://emprotools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EM Pro Tools"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EM Pro Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}