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文件
下载2Bound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |