2Bound

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

Cos'è 2Bound?

2Bound è un'estensione di Chrome sviluppata da 2Bound, e la sua funzione principale è "2Bound is an extension for Facebook Group Admins to export group member details.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 2Bound

Scarica i file di estensione 2Bound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 2Bound 2Bound
ID elgonccahakdjkiihfnbbjahedjjledb
URL Ufficiale https://chromewebstore.google.com/detail/2bound/elgonccahakdjkiihfnbbjahedjjledb
Descrizione 2Bound is an extension for Facebook Group Admins to export group member details.
Dimensione del File 237 KB
Conteggio Installazioni 19
Versione Corrente 1.0.5
Ultimo Aggiornamento 2018-12-07
Data di Pubblicazione 2018-12-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore 2Bound
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://2bound.com
Lingue Supportate 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"
    ]
}