2Bound
2Bound is an extension for Facebook Group Admins to export group member details.
2Bound क्या है?
2Bound 2Bound द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "2Bound is an extension for Facebook Group Admins to export group member details."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2Bound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |