Social Lead Connector
Find and Connect with targeted Social media contacts.
Social Lead Connectorคืออะไร?
Social Lead Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themarketingtools.io และคุณลักษณะหลักของมันคือ "Find and Connect with targeted Social media contacts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Lead Connector
ดาวน์โหลดไฟล์ส่วนขยาย Social Lead Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Would you like to grow your friend list with your target audience and start conversation with them? What if you could Automate that? With Social Lead Connector you can add targeted Friends and start conversations just with a few clicks all on autopilot. Best way to be in front of your target client and to monetise your audience. Social Lead connector helps you find targeted leads based on keywords and sends them friend request on your behalf and also sends them a first Direct Message and starts the conversion with your Lead. You can fill your friend list everyday by running this tool and automate the process of connecting with your Clients. Social Lead Connector also sends a message on your behalf when you get a friend request from someone, when you accept their friend request or when you decline a friend request. Also, get in front of your competitors audience and ethically leverage their ads to get in front of them. If you are serious about growing your friend list and connecting with your targeted leads whether its from a particular niche FB Group, Competitors Ads, Followers of any Influencer, or your suggested friends then let Social Lead Connector automate the whole process and bring your your perfect client and get you to have a conversation with them all on autopilot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Social Lead Connector |
ID | oebhaljcdknkdmgbclagijbfmjamopme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-lead-connector/oebhaljcdknkdmgbclagijbfmjamopme |
คำอธิบาย | Find and Connect with targeted Social media contacts. |
ขนาดไฟล์ | 1.03 MB |
จำนวนการติดตั้ง | 349 |
เวอร์ชันปัจจุบัน | 4.4.700 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2021-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://themarketingtools.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://socialleadconnector.com |
URL หน้าช่วยเหลือ | https://www.messenger.com/allmarketingtools.io |
URL หน้านโยบายความเป็นส่วนตัว | https://themarketingtools.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Lead Connector", "version": "4.4.700", "description": "Find and Connect with targeted Social media contacts.", "short_name": "SLC", "icons": { "16": "images\/60b4b8bbcf079d01363fbeb8-Social_Lead_Connector-1622733163869-small_icon.png", "48": "images\/60b4b8bbcf079d01363fbeb8-Social_Lead_Connector-1622733163933-medium_icon.png", "128": "images\/60b4b8bbcf079d01363fbeb8-Social_Lead_Connector-1622733163999-large_icon.png" }, "action": { "default_title": "Social Lead Connector" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", ".\/arrive.js", "js\/contentScriptBundle.js", ".\/jquery.bpopup.min.js" ], "css": [ "assets\/content.inj.css", "assets\/jquery.toast.min.css", "assets\/chosen.css", "assets\/jquery-ui.css", "css\/customCss.css", "assets\/bootstrap-tagsinput.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "unlimitedStorage", "clipboardRead", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/dev\/tiersai", "https:\/\/*.friendconnector.io\/" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "assets\/*", "images\/*", "js\/*", "css\/*" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "manifest_version": 3 } |