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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GP Group Poster is For Marketers, Bloggers and Publishers To Post Content Automatically To ANY Facebook and LinkedIn Group."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GP - LinkedIn & Facebook Groups Auto Poster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}