Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Automate Connectionคืออะไร?
Automate Connection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automateconnection.com และคุณลักษณะหลักของมันคือ "Automate Connection helps you send friend requests and follow people you find in Groups."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automate Connection
ดาวน์โหลดไฟล์ส่วนขยาย Automate Connection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to automate the process of connecting with your ideal clients. You can search through social media groups and friend request clients who fit certain criteria. These include: Group Name Number of Mutual Friends Keyword in their description You can send up to 50 per day and it shows how many you've sent in total. (Free Version Only 20)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
คำอธิบาย | Automate Connection helps you send friend requests and follow people you find in Groups. |
ขนาดไฟล์ | 622 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.96 |
อัปเดตครั้งล่าสุด | 2020-11-06 |
วันที่เผยแพร่ | 2020-07-17 |
ผู้พัฒนา | https://automateconnection.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.automateconnection.com |
URL หน้าช่วยเหลือ | https://www.automateconnection.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.automateconnection.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automate Connection", "version": "1.96", "description": "Automate Connection helps you send friend requests and follow people you find in Groups.", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png", "default_title": "Automate Connection" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "permissions": [ "storage", "tabs", "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "contentscript.js" ], "css": [ "content_script.css" ] } ] } |