groupbuddy.app
Collects Leads from facebook group in one click.
Wat is groupbuddy.app?
groupbuddy.app is een Chrome-extensie ontwikkeld door Sanskar Tiwari, en de belangrijkste functie is "Collects Leads from facebook group in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie groupbuddy.app
Download groupbuddy.app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | groupbuddy.app |
ID | mmhhfhapgfkhppfomcbhbojlnkagmhaf |
Officiële URL | https://chromewebstore.google.com/detail/groupbuddyapp/mmhhfhapgfkhppfomcbhbojlnkagmhaf |
Beschrijving | Collects Leads from facebook group in one click. |
Bestandsgrootte | 54.77 KB |
Aantal Installaties | 47 |
Huidige Versie | 4.0.7 |
Laatst Bijgewerkt | 2021-06-03 |
Publicatiedatum | 2021-04-09 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Sanskar Tiwari |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://groupbuddy.web.app |
Help Pagina-URL | https://groupbuddy.web.app |
URL van de Privacybeleid Pagina | https://blurweb.app/privacy-policy |
Ondersteunde Talen | 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\/*" ] } ] } |