EM Pro Tools
EM Pro Tools
EM Pro Toolsคืออะไร?
EM Pro Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emprotools.com และคุณลักษณะหลักของมันคือ "EM Pro Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EM Pro Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |