FriendFunnels
Automation of sending messages to newly added friends on facebook.
FriendFunnelsคืออะไร?
FriendFunnels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://friendfunnels.com และคุณลักษณะหลักของมันคือ "Automation of sending messages to newly added friends on facebook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FriendFunnels
ดาวน์โหลดไฟล์ส่วนขยาย FriendFunnels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FriendFunnels is a chrome Extension that sends the first message automatically when someone accepts your Friend requests on Facebook or you accept Someone's Friend requests, Plus segments the people to the lists you've setup in the chrome extension. Version 1.0.8 updates: - Major bug fixes - Customized Message Sequences - List segmentation on the Basis of Tags - Logout Button is Added
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ibbihembmlhhaaekiidjaielppfhjhoc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/friendfunnels/ibbihembmlhhaaekiidjaielppfhjhoc |
คำอธิบาย | Automation of sending messages to newly added friends on facebook. |
ขนาดไฟล์ | 313 KB |
จำนวนการติดตั้ง | 240 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2020-09-06 |
วันที่เผยแพร่ | 2020-05-12 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://friendfunnels.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.friendfunnels.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FriendFunnels", "version": "1.0.8", "description": "Automation of sending messages to newly added friends on facebook.", "background": { "scripts": [ "bg\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/mbasic.facebook.com; object-src 'self'; script-src-elem 'self' *;", "icons": { "128": "icon128-f.png", "48": "icon48-f.png", "16": "icon16-f.png" }, "browser_action": { "default_popup": "popups\/add_message.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*" ], "all_frames": true, "js": [ "content-scripts\/jquery-3.2.1.min.js", "injected-scripts\/content.js" ] } ], "permissions": [ "activeTab", "tabs", "https:\/\/mbasic.facebook.com\/*", "storage", "https:\/\/mbasic.facebook.com\/*" ] } |