Engaging Eddie
Engage with your friend's post on a single click.
Wat is Engaging Eddie?
Engaging Eddie is een Chrome-extensie ontwikkeld door https://leadsintoinbox.com, en de belangrijkste functie is "Engage with your friend's post on a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Engaging Eddie
Download Engaging Eddie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
Officiële URL | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
Beschrijving | Engage with your friend's post on a single click. |
Bestandsgrootte | 2.23 MB |
Aantal Installaties | 102 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2020-12-17 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://leadsintoinbox.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.leadsintoinbox.com |
Help Pagina-URL | https://m.me/728629334436142 |
URL van de Privacybeleid Pagina | https://buy.leadsintoinbox.com/privacy |
Ondersteunde Talen | 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" } } |