Group Leads
Group leads helps you convert new facebook group members into leads in your favorite email marketing software.
Group Leads란 무엇입니까?
Group Leads은(는) https://groupleads.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Group leads helps you convert new facebook group members into leads in your favorite email marketing software."입니다.
확장 프로그램 스크린샷
Group Leads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It saves you time and money by allowing you to add new group members data into your Google sheet as well as your autoresponder. Disclaimer: This extension is not affiliated with Facebook in any way.
확장 프로그램 기본 정보
이름 | Group Leads |
ID | fflgpaejocnobejfanekjilflogejjch |
공식 URL | https://chromewebstore.google.com/detail/group-leads/fflgpaejocnobejfanekjilflogejjch |
설명 | Group leads helps you convert new facebook group members into leads in your favorite email marketing software. |
파일 크기 | 3.8 MB |
설치 횟수 | 9,901 |
현재 버전 | 5.0.8 |
최근 업데이트 | 2024-02-24 |
출시 날짜 | 2020-06-30 |
평점 | 4.44/5 총 133 개의 평점 |
개발자 | https://groupleads.net |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://groupleads.net |
도움말 페이지 URL | https://docs.groupleads.net |
개인정보 보호 정책 페이지 URL | https://chatsilo.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Leads", "short_name": "Group Leads", "version": "5.0.8", "description": "Group leads helps you convert new facebook group members into leads in your favorite email marketing software.", "manifest_version": 3, "action": { "browser_style": false, "default_title": "Group Leads", "default_popup": "index.html" }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "128": "assets\/icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "1078285110766-o89r1u02fda5ope8uc810o12fo80b2bh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "tabs", "storage", "cookies", "identity", "identity.email", "notifications", "alarms", "clipboardRead", "clipboardWrite", "system.display" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.groupleads.net\/*", "*:\/\/*.api-us1.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.googleapis.com\/*", "*:\/\/*.messenger.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "content.js", "runtime.js", "content\/cs-config.js", "content\/cs-helper.js", "content\/manual.js", "content\/automation.js" ], "css": [ "\/content\/css\/groupleads.css" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/icon32.png" ], "matches": [ " |