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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}