EM Pro Tools
EM Pro Tools
O que é EM Pro Tools?
EM Pro Tools é uma extensão do Chrome desenvolvida por https://emprotools.com, e sua principal característica é "EM Pro Tools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EM Pro Tools
Baixe arquivos de extensão EM Pro Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | EM Pro Tools |
ID | gpnbegpiaoneelnlppjakfglabokigoo |
URL Oficial | https://chromewebstore.google.com/detail/em-pro-tools/gpnbegpiaoneelnlppjakfglabokigoo |
Descrição | EM Pro Tools |
Tamanho do Arquivo | 51.65 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.9.7.3 |
Última Atualização | 2019-02-28 |
Data de Publicação | 2019-02-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://emprotools.com |
Tipo de Pagamento | free |
Site da Extensão | http://emprotools.com |
URL da Página de Ajuda | http://emprotools.net/privacy-policy/ |
Idiomas Suportados | 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" } } |