2Bound
2Bound is an extension for Facebook Group Admins to export group member details.
2Bound란 무엇입니까?
2Bound은(는) 2Bound에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2Bound is an extension for Facebook Group Admins to export group member details."입니다.
확장 프로그램 스크린샷
2Bound 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
2Bound helps facebook group admins to communicate and engage better with the community members. It saves public details (location, education, job title) of the members and show in a dashboard for you to analyse. Thus you can understand more about your community demographics and share more useful content. The best thing is you can also save answers given by members when they ask to join your facebook group. Saving those answers was a big pain us and soon we realised it’s a big pain for all other admins. That’s why we created 2Bound.
확장 프로그램 기본 정보
이름 | 2Bound |
ID | elgonccahakdjkiihfnbbjahedjjledb |
공식 URL | https://chromewebstore.google.com/detail/2bound/elgonccahakdjkiihfnbbjahedjjledb |
설명 | 2Bound is an extension for Facebook Group Admins to export group member details. |
파일 크기 | 237 KB |
설치 횟수 | 19 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2018-12-07 |
출시 날짜 | 2018-12-07 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | 2Bound |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://2bound.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2Bound", "version": "1.0.5", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "2Bound is an extension for Facebook Group Admins to export group member details.", "browser_action": { "default_title": "2Bound", "default_popup": "\/browser_action\/browser_action.html" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon2x.png", "128": "icons\/icon3x.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ ".\/main.js" ], "persistent": false }, "homepage_url": "https:\/\/2bound.com", "short_name": "2Bound", "permissions": [ "identity", "https:\/\/*.auth0.com\/*", "notifications", "storage", "tabs" ] } |