U CONNECT
U CONNECT accurately target new connections and send friend requests followed by automated personalized messages.
U CONNECTคืออะไร?
U CONNECT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ubixy.eu และคุณลักษณะหลักของมันคือ "U CONNECT accurately target new connections and send friend requests followed by automated personalized messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U CONNECT
ดาวน์โหลดไฟล์ส่วนขยาย U CONNECT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of the time-consuming and expensive process of finding and connecting with your ideal clients on Facebook? Meet U CONNECT - your ultimate growth hack for Facebook. Designed specifically for businesses like yours, U CONNECT takes the guesswork out of finding your ideal prospects. With pinpoint accuracy, it targets new connections, sends friend requests, and even follows up with personalized messages on autopilot. Imagine waking up every day to dozens of new, highly qualified leads. All of this, with just one click. For a limited time only, we're offering early access to U CONNECT. Subscribe now and take the first step towards effortless growth on Facebook. Don't miss out on the easiest way to connect and expand your community.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | U CONNECT |
ID | mlkpmdefaeajblmiillcdkobmgeobgoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/u-connect/mlkpmdefaeajblmiillcdkobmgeobgoe |
คำอธิบาย | U CONNECT accurately target new connections and send friend requests followed by automated personalized messages. |
ขนาดไฟล์ | 1.04 MB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 4.4.72 |
อัปเดตครั้งล่าสุด | 2024-02-22 |
วันที่เผยแพร่ | 2021-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://ubixy.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://uconnect.ubixy.eu |
URL หน้าช่วยเหลือ | https://support.ubixy.eu |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy-policy-chrome-extension.ubixy.eu |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U CONNECT", "version": "4.4.72", "description": "U CONNECT accurately target new connections and send friend requests followed by automated personalized messages.", "short_name": "UC", "icons": { "16": "images\/60476beeb458c54417ef5dbf-U_CONNECT-1625220092857-small_icon.png", "48": "images\/60476beeb458c54417ef5dbf-U_CONNECT-1625220092932-medium_icon.png", "128": "images\/60476beeb458c54417ef5dbf-U_CONNECT-1625227405777-large_icon.png" }, "action": { "default_title": "U CONNECT" }, "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 } |