Group X
Links your Facebook Group Members to Google Sheet instantly!
Wat is Group X?
Group X is een Chrome-extensie ontwikkeld door groupxdevteam, en de belangrijkste functie is "Links your Facebook Group Members to Google Sheet instantly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Group X
Download Group X-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
This extension is helping marketers in increasing their email lists from Facebook groups. This helps in creating list in Google sheet, Active Campaign, SendFox, GetResponse, Constant Contact, Pipedrive and Mailchimp.
Basisinformatie over de Extensie
Naam | Group X |
ID | jkdffdchcndapkfobmkhoappiphlpboh |
Officiële URL | https://chromewebstore.google.com/detail/group-x/jkdffdchcndapkfobmkhoappiphlpboh |
Beschrijving | Links your Facebook Group Members to Google Sheet instantly! |
Bestandsgrootte | 362 KB |
Aantal Installaties | 217 |
Huidige Versie | 0.0.1.7 |
Laatst Bijgewerkt | 2024-02-13 |
Publicatiedatum | 2020-09-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | groupxdevteam |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.groupx.io |
Help Pagina-URL | https://deliciousmarketing.io/support |
URL van de Privacybeleid Pagina | https://app.groupx.io/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group X", "description": "Links your Facebook Group Members to Google Sheet instantly!", "version": "0.0.1.7", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Group X" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/main.css" ], "js": [ "js\/\/plugins\/jquery-3.3.1.min.js", "js\/popup.js", "main.js", "js\/dashboard.js" ], "matches": [ "*:\/\/*.facebook.com\/*\/*\/requests\/", "*:\/\/*.facebook.com\/*\/*\/requests", "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "notifications", "https:\/\/*.groupx.io\/*" ], "web_accessible_resources": [ "*.png" ] } |