Group Collector
Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.
Group Collector란 무엇입니까?
Group Collector은(는) https://groupcollector.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software."입니다.
확장 프로그램 스크린샷
Group Collector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Collect, Convert, Sort, and Extract your New Facebook Group Member Answers. Extract facebook group members information when they join your facebook group. Group Collector allows you to Collect Emails and Answers From your New Facebook Group Members and convert them into leads in your favorite email marketing software On Autopilot without wasting time & money. By using Group Collector, you can send Leads to the Google Sheet and your favorite Email Marketing Software. You do not need to copy and paste the member's email addresses when approving them in your group. It will build your email list on Autopilot, and you will be able to make more money from your group. Click Add to Chrome to get started. ✔️ Works with both New and Old Facebook UI ✔️ Auto Approve Members ✔️ Unlimited Facebook groups ✔️ Most affordable price in the market ✔️ Facebook Group automatic approval ✔️ Zapier is not required We give you access to a dashboard where you will be able to view, edit, and export Facebook Group Members Data. Note: This extension is not affiliated with Facebook or Google in any way.
확장 프로그램 기본 정보
이름 | Group Collector |
ID | ogdffjejgimphmgjcenphnhibdhopgdp |
공식 URL | https://chromewebstore.google.com/detail/group-collector/ogdffjejgimphmgjcenphnhibdhopgdp |
설명 | Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software. |
파일 크기 | 162 KB |
설치 횟수 | 6,914 |
현재 버전 | 4.11.0 |
최근 업데이트 | 2024-02-14 |
출시 날짜 | 2020-06-26 |
평점 | 4.43/5 총 28 개의 평점 |
개발자 | https://groupcollector.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://groupcollector.com/ |
도움말 페이지 URL | https://docs.groupcollector.com/ |
개인정보 보호 정책 페이지 URL | https://groupcollector.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/config_prod.js", "\/js\/manifest.js", "\/js\/vendor.js", "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon128.png", "default_popup": "\/index.html", "default_title": "Group Collector" }, "content_scripts": [ { "css": [ "\/css\/groupcollector.css" ], "js": [ "\/js\/config_prod.js", "\/js\/manifest.js", "\/js\/vendor.js", "\/js\/content_script.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png" }, "permissions": [ "tabs", "*:\/\/*.facebook.com\/*", "storage", "webRequest", "webRequestBlocking", "alarms", "*:\/\/app.groupcollector.com\/*" ], "manifest_version": 2, "name": "Group Collector", "description": "Group Collector allows you to get new Facebook group member information and convert them to leads in your email marketing software.", "version": "4.11.0" } |