2Bound
2Bound is an extension for Facebook Group Admins to export group member details.
Τι είναι το 2Bound;
Το 2Bound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 2Bound, και η κύρια λειτουργία του είναι "2Bound is an extension for Facebook Group Admins to export group member details.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 2Bound
Λήψη αρχείων επέκτασης 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" ] } |