2Bound

2Bound is an extension for Facebook Group Admins to export group member details.

Co to jest 2Bound?

2Bound to rozszerzenie Chrome opracowane przez 2Bound, a jego główną funkcją jest „2Bound is an extension for Facebook Group Admins to export group member details.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 2Bound

Pobierz pliki rozszerzeń 2Bound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 2Bound 2Bound
ID elgonccahakdjkiihfnbbjahedjjledb
Oficjalny URL https://chromewebstore.google.com/detail/2bound/elgonccahakdjkiihfnbbjahedjjledb
Opis 2Bound is an extension for Facebook Group Admins to export group member details.
Rozmiar pliku 237 KB
Liczba instalacji 19
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2018-12-07
Data Publikacji 2018-12-07
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper 2Bound
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://2bound.com
Obsługiwane Języki 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"
    ]
}