Engaging Eddie
Engage with your friend's post on a single click.
Engaging Eddieคืออะไร?
Engaging Eddie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leadsintoinbox.com และคุณลักษณะหลักของมันคือ "Engage with your friend's post on a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Engaging Eddie
ดาวน์โหลดไฟล์ส่วนขยาย Engaging Eddie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Engaging Eddie |
ID | dlnfdllkpcogpleeaajgnlldanhhalbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc |
คำอธิบาย | Engage with your friend's post on a single click. |
ขนาดไฟล์ | 2.23 MB |
จำนวนการติดตั้ง | 102 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-19 |
วันที่เผยแพร่ | 2020-12-17 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://leadsintoinbox.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.leadsintoinbox.com |
URL หน้าช่วยเหลือ | https://m.me/728629334436142 |
URL หน้านโยบายความเป็นส่วนตัว | https://buy.leadsintoinbox.com/privacy |
ภาษาที่รองรับ | 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" } } |