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.
Τι είναι το GP - LinkedIn & Facebook Groups Auto Poster;
Το GP - LinkedIn & Facebook Groups Auto Poster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Linked Assist, και η κύρια λειτουργία του είναι "GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GP - LinkedIn & Facebook Groups Auto Poster
Λήψη αρχείων επέκτασης GP - LinkedIn & Facebook Groups Auto Poster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | GP - LinkedIn & Facebook Groups Auto Poster |
ID | ncmkhdipigpgfnponnnghhelehbfdggb |
Επίσημο URL | https://chromewebstore.google.com/detail/gp-linkedin-facebook-grou/ncmkhdipigpgfnponnnghhelehbfdggb |
Περιγραφή | GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group. |
Μέγεθος Αρχείου | 161 KB |
Αριθμός Εγκαταστάσεων | 1,330 |
Τρέχουσα Έκδοση | 5.3.0 |
Τελευταία Ενημέρωση | 2024-01-05 |
Ημερομηνία Δημοσίευσης | 2021-07-27 |
Αξιολόγηση | 3.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Linked Assist |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://www.group-poster.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.group-poster.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.linked-assist.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" ] } |