2Bound
2Bound is an extension for Facebook Group Admins to export group member details.
2Bound là gì?
2Bound là một tiện ích mở rộng Chrome được phát triển bởi 2Bound, và tính năng chính của nó là "2Bound is an extension for Facebook Group Admins to export group member details.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 2Bound
Tải xuống các tệp mở rộng 2Bound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 2Bound |
ID | elgonccahakdjkiihfnbbjahedjjledb |
URL Chính Thức | https://chromewebstore.google.com/detail/2bound/elgonccahakdjkiihfnbbjahedjjledb |
Mô tả | 2Bound is an extension for Facebook Group Admins to export group member details. |
Kích Thước Tệp | 237 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2018-12-07 |
Ngày Phát Hành | 2018-12-07 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | 2Bound |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://2bound.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |