Engaging Eddie
Engage with your friend's post on a single click.
O que é Engaging Eddie?
Engaging Eddie é uma extensão do Chrome desenvolvida por https://leadsintoinbox.com, e sua principal característica é "Engage with your friend's post on a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Engaging Eddie
Baixe arquivos de extensão Engaging Eddie 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
By using Engaging Eddie you can engage with your friend's post on a scheduled time and also can leave reactions on their post. This will boost your engagement and also will boost your business. To get more attention from your friend you must use this tool.
Informações Básicas da Extensão
Nome | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
URL Oficial | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
Descrição | Engage with your friend's post on a single click. |
Tamanho do Arquivo | 2.23 MB |
Contagem de Instalações | 102 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-05-19 |
Data de Publicação | 2020-12-17 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | https://leadsintoinbox.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.leadsintoinbox.com |
URL da Página de Ajuda | https://m.me/728629334436142 |
URL da Página de Política de Privacidade | https://buy.leadsintoinbox.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "manifest_version": 2, "name": "Engaging Eddie", "description": "Engage with your friend's post on a single click.", "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*", "https:\/\/www.facebook.com\/" ], "js": [ "lib\/js\/browser-polyfill.js", "jquery-3.2.1.min.js", "moment.min.js", "content.js" ], "css": [ "style.css" ] } ], "background": { "scripts": [ "lib\/js\/browser-polyfill.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*", "alarms" ], "icons": { "48": "img\/48X48.png", "128": "img\/128X128.png" } } |