Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Automate Connection란 무엇입니까?
Automate Connection은(는) https://automateconnection.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Connection helps you send friend requests and follow people you find in Groups."입니다.
확장 프로그램 스크린샷
Automate Connection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |