groupbuddy.app
Collects Leads from facebook group in one click.
What is groupbuddy.app?
groupbuddy.app is a Chrome extension developed by Sanskar Tiwari, and its main feature is "Collects Leads from facebook group in one click.".
Extension Screenshots
Download groupbuddy.app Extension CRX File
Download groupbuddy.app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
GroupBuddy allows you to save time as well as generate income from your Facebook™ group by allowing you to communicate with your members as soon as they enter your group the simplest way possible
Extension Basic Information
Name | groupbuddy.app |
ID | mmhhfhapgfkhppfomcbhbojlnkagmhaf |
Official URL | https://chromewebstore.google.com/detail/groupbuddyapp/mmhhfhapgfkhppfomcbhbojlnkagmhaf |
Description | Collects Leads from facebook group in one click. |
File Size | 54.77 KB |
Installation Count | 47 |
Current Version | 4.0.7 |
Last Updated | 2021-06-03 |
Publish Date | 2021-04-09 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Sanskar Tiwari |
[email protected] | |
Payment Type | in_app |
Extension Website | https://groupbuddy.web.app |
Help Page URL | https://groupbuddy.web.app |
Privacy Policy Page URL | https://blurweb.app/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "groupbuddy.app", "version": "4.0.7", "manifest_version": 2, "description": "Collects Leads from facebook group in one click.", "homepage_url": "https:\/\/groupbuddy.app", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon16.png", "default_title": "GroupBuddy" }, "permissions": [ "*:\/\/*.facebook.com\/*", "storage" ], "content_scripts": [ { "css": [ "\/css\/contentscript.css" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/js\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ] } |