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 Linked Assist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GP - LinkedIn & Facebook Groups Auto Poster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}