Genius Connector
Genius Connector automates and accelerates the process of getting and connecting with targeted, key-word based FB Friends.
Genius Connectorคืออะไร?
Genius Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edakehurst และคุณลักษณะหลักของมันคือ "Genius Connector automates and accelerates the process of getting and connecting with targeted, key-word based FB Friends."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Connector
ดาวน์โหลดไฟล์ส่วนขยาย Genius Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve and automate your friends list with a single click. If there's not enough time to send friend requests manually, this is the right tool to use. You can target the people you are attracting by choosing the groups you select from. You can also also this based on posts and either reactions and/or comments to those posts. You can get even better qualified people by using keywords and negative keywords to filter in the people you want to connect with and filter out the ones who are not as good of a targeted fit. There is also the ability to automatically reply to people who send you friend requests, and the message can vary based on whether you accept or decline their request. You can also send out an automated message when someone sends you a friend request. Please note this is an authorized white label of the Chrome Extension "Friend Connector" by Tier5.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Genius Connector |
ID | lahpeofjijdebekbokgjajpjniagfbap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/genius-connector/lahpeofjijdebekbokgjajpjniagfbap |
คำอธิบาย | Genius Connector automates and accelerates the process of getting and connecting with targeted, key-word based FB Friends. |
ขนาดไฟล์ | 1.02 MB |
จำนวนการติดตั้ง | 3,309 |
เวอร์ชันปัจจุบัน | 4.4.73 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2020-12-23 |
คะแนน | 4.85/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | edakehurst |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://edakehurst.kartra.com/page/GeniusConnector |
URL หน้าช่วยเหลือ | https://edakehurst.kartra.com/help/HelpDesk |
URL หน้านโยบายความเป็นส่วนตัว | https://geniusposts.io/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Connector", "version": "4.4.73", "description": "Genius Connector automates and accelerates the process of getting and connecting with targeted, key-word based FB Friends.", "short_name": "GC", "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858684-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858744-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858791-large_icon.png" }, "action": { "default_title": "Genius 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\/", "*:\/\/*.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 } |