Engaging Eddie
Engage with your friend's post on a single click.
Cos'è Engaging Eddie?
Engaging Eddie è un'estensione di Chrome sviluppata da https://leadsintoinbox.com, e la sua funzione principale è "Engage with your friend's post on a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Engaging Eddie
Scarica i file di estensione Engaging Eddie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
URL Ufficiale | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
Descrizione | Engage with your friend's post on a single click. |
Dimensione del File | 2.23 MB |
Conteggio Installazioni | 102 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-05-19 |
Data di Pubblicazione | 2020-12-17 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://leadsintoinbox.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.leadsintoinbox.com |
URL della Pagina di Aiuto | https://m.me/728629334436142 |
URL della Pagina della Politica sulla Privacy | https://buy.leadsintoinbox.com/privacy |
Lingue Supportate | 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" } } |