CommentFunnels
CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
CommentFunnelsคืออะไร?
CommentFunnels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://commentfunnels.com และคุณลักษณะหลักของมันคือ "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommentFunnels
ดาวน์โหลดไฟล์ส่วนขยาย CommentFunnels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 1.7.3 updates: - Updates made to comply with new Google Web Store requirements.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CommentFunnels |
ID | ackhhhalkpjekdgpijajjaigboookepm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm |
คำอธิบาย | CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click. |
ขนาดไฟล์ | 3.36 MB |
จำนวนการติดตั้ง | 814 |
เวอร์ชันปัจจุบัน | 1.7.3 |
อัปเดตครั้งล่าสุด | 2022-07-25 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://commentfunnels.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://commentfunnels.app |
URL หน้าช่วยเหลือ | https://commentfunnels.app/support |
URL หน้านโยบายความเป็นส่วนตัว | https://commentfunnels.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/icon_128.png" }, "default_title": "CommentFunnels", "default_popup": "\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2, "name": "CommentFunnels", "permissions": [ "storage", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "all_frames": true }, { "matches": [ "https:\/\/m.facebook.com\/*", "https:\/\/mobile.facebook.com\/*" ], "js": [ "js\/jquery.min.js" ], "css": [ "css\/main.css" ], "all_frames": true } ], "version": "1.7.3", "web_accessible_resources": [ "*" ] } |