GP - LinkedIn & Facebook Groups Auto Poster
GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group.
Qu'est-ce que GP - LinkedIn & Facebook Groups Auto Poster ?
GP - LinkedIn & Facebook Groups Auto Poster est une extension Chrome développée par Linked Assist, et sa fonction principale est "GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GP - LinkedIn & Facebook Groups Auto Poster
Téléchargez les fichiers d'extension GP - LinkedIn & Facebook Groups Auto Poster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
What is GP Group Poster? The tool is an easy to use LinkedIn and Facebook Group Auto-Poster Chrome Extension created to help to reduce marketing costs and save time. Why GP Group Poster? Rather than spending hours doing the manual and repeating the copy and paste job with irrelevant results, you can now post automatically to Facebook and LinkedIn Groups in minutes and with little to no work. What Can GP Group Poster Do For You? 1. Shares Your Post on ALL LinkedIn & Facebook Groups 2. Gets You Tons of FREE Blog & Website Traffic 3. Offers You World-Class Customer SUPPORT How does it Work? 1. Create Category and Select where you want to post between Facebook and LinkedIn 2. Assign Group URL to Category 3. Customize the post text 4. Click the Start button, Sit back, and observe how the GP does all the work for you! So let us summarize: 1. No Repeated Manual tasks anymore 2. Save 1-3 Hours Daily on Manual Posting 3. Organic Traffic Growth and Higher Lead Generation GP Group Poster is the solution for Marketers, Content Publishers, and Bloggers that regularly publish their content to Facebook and LinkedIn Groups. Stop wasting hours doing the manual copy and paste task!
Informations de Base sur l'Extension
Nom | GP - LinkedIn & Facebook Groups Auto Poster |
ID | ncmkhdipigpgfnponnnghhelehbfdggb |
URL Officiel | https://chromewebstore.google.com/detail/gp-linkedin-facebook-grou/ncmkhdipigpgfnponnnghhelehbfdggb |
Description | GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group. |
Taille du Fichier | 161 KB |
Nombre d'Installations | 1,330 |
Version Actuelle | 5.3.0 |
Dernière Mise à Jour | 2024-01-05 |
Date de Publication | 2021-07-27 |
Évaluation | 3.00/5 Total 8 Évaluations |
Développeur | Linked Assist |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.group-poster.com/ |
URL de la Page d'Aide | https://www.group-poster.com/ |
URL de la Page de Politique de Confidentialité | https://www.linked-assist.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GP - LinkedIn & Facebook Groups Auto Poster", "description": "GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group.", "version": "5.3.0", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/variables.js", "background.js" ] }, "permissions": [ "storage", "clipboardRead", "tabs" ], "browser_action": { "default_title": "Group Poster", "default_popup": "src\/popup.html", "default_icon": { "16": "images\/ext_logo.png", "32": "images\/ext_logo.png", "48": "images\/ext_logo.png", "128": "images\/ext_logo.png" } }, "icons": { "16": "images\/ext_logo.png", "32": "images\/ext_logo.png", "48": "images\/ext_logo.png", "128": "images\/ext_logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery.min.js", "js\/variables.js", "js\/cn.js" ] } ], "web_accessible_resources": [ "src\/counter.html" ] } |