groupbuddy.app
Collects Leads from facebook group in one click.
Cos'è groupbuddy.app?
groupbuddy.app è un'estensione di Chrome sviluppata da Sanskar Tiwari, e la sua funzione principale è "Collects Leads from facebook group in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione groupbuddy.app
Scarica i file di estensione groupbuddy.app 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
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mmhhfhapgfkhppfomcbhbojlnkagmhaf | 
| URL Ufficiale | https://chromewebstore.google.com/detail/groupbuddyapp/mmhhfhapgfkhppfomcbhbojlnkagmhaf | 
| Descrizione | Collects Leads from facebook group in one click. | 
| Dimensione del File | 54.77 KB | 
| Conteggio Installazioni | 47 | 
| Versione Corrente | 4.0.7 | 
| Ultimo Aggiornamento | 2021-06-03 | 
| Data di Pubblicazione | 2021-04-09 | 
| Valutazione | 5.00/5 Totale 6 Valutazioni | 
| Sviluppatore | Sanskar Tiwari | 
| [email protected] | |
| Tipo di Pagamento | in_app | 
| Sito Web dell'Estensione | https://groupbuddy.web.app | 
| URL della Pagina di Aiuto | https://groupbuddy.web.app | 
| URL della Pagina della Politica sulla Privacy | https://blurweb.app/privacy-policy | 
| Lingue Supportate | 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\/*"
            ]
        }
    ]
}  |  |