Engaging Eddie
Engage with your friend's post on a single click.
Engaging Eddie là gì?
Engaging Eddie là một tiện ích mở rộng Chrome được phát triển bởi https://leadsintoinbox.com, và tính năng chính của nó là "Engage with your friend's post on a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Engaging Eddie
Tải xuống các tệp mở rộng Engaging Eddie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
URL Chính Thức | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
Mô tả | Engage with your friend's post on a single click. |
Kích Thước Tệp | 2.23 MB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-05-19 |
Ngày Phát Hành | 2020-12-17 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://leadsintoinbox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.leadsintoinbox.com |
URL Trang Trợ Giúp | https://m.me/728629334436142 |
URL Trang Chính Sách Bảo Mật | https://buy.leadsintoinbox.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |