EM Pro Tools
EM Pro Tools
EM Pro Tools là gì?
EM Pro Tools là một tiện ích mở rộng Chrome được phát triển bởi https://emprotools.com, và tính năng chính của nó là "EM Pro Tools".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EM Pro Tools
Tải xuống các tệp mở rộng EM Pro Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EM Pro Tools |
ID | gpnbegpiaoneelnlppjakfglabokigoo |
URL Chính Thức | https://chromewebstore.google.com/detail/em-pro-tools/gpnbegpiaoneelnlppjakfglabokigoo |
Mô tả | EM Pro Tools |
Kích Thước Tệp | 51.65 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.9.7.3 |
Cập Nhật Lần Cuối | 2019-02-28 |
Ngày Phát Hành | 2019-02-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://emprotools.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://emprotools.com |
URL Trang Trợ Giúp | http://emprotools.net/privacy-policy/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |