Engaging Eddie
Engage with your friend's post on a single click.
Apa itu Engaging Eddie?
Engaging Eddie adalah ekstensi Chrome yang dikembangkan oleh https://leadsintoinbox.com, dan fitur utamanya adalah "Engage with your friend's post on a single click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Engaging Eddie
Unduh file ekstensi Engaging Eddie dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
URL Resmi | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
Deskripsi | Engage with your friend's post on a single click. |
Ukuran File | 2.23 MB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-05-19 |
Tanggal Publikasi | 2020-12-17 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | https://leadsintoinbox.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.leadsintoinbox.com |
URL Halaman Bantuan | https://m.me/728629334436142 |
URL Halaman Kebijakan Privasi | https://buy.leadsintoinbox.com/privacy |
Bahasa yang Didukung | 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" } } |