LinkedBoost

Boost your LinkedIn posts and articles with real likes.

LinkedBoost란 무엇입니까?

LinkedBoost은(는) Linked Boost Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your LinkedIn posts and articles with real likes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LinkedBoost 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LINKED BOOST automatically boosts your Linkedin posts to 10x your normal audience reach.

-> Boost your brand awareness, and fuel virality on LinkedIn - whenever a user Likes, or Comments on a LinkedIn post it will automatically share with their network too!

-> LINKED BOOST allows you to join groups, related to your industry such as Software, Recruitment, Growth Marketing, Social Media, Startups and hundreds more, so that you are always receiving likes from targeted & relevant profiles in your niche.

-> Instantly boost Likes, Comments, Impressions and Shares with LINKED BOOST! Want to see the results for yourself? Boost your first post 100% free!

WHO IS LINKED BOOST FOR?
Anyone can use LINKED BOOST to help them promote their posts automatically on Linkedin. Simply join a group relevant to your topic (for example 'Marketing USA' for posts about marketing with a US focus) and submit your post. You'll automatically receive engagement and likes from other people in the group.

HOW DOES LINKED BOOST WORK?
1) Install the extension with 1-click (top right).
2) You must be launch linkedin.com, log in and then click on the extension in your browser.
3) Join your first group or create your own one and invite others to it. A great group to get started with is the Growth Hackers group code #5654D.

We have live support 24/7 in the extension. You can also watch our how to video attached above to get a quick tour of everything!

HOW WILL LINKED BOOST BENEFIT YOU?
Boost your brand awareness, and fuel virality on LinkedIn - whenever a user Likes, or Comments on a LinkedIn post it will automatically share with their network too!                    

확장 프로그램 기본 정보

이름 LinkedBoost LinkedBoost
ID lakflicggollbhfjonbcpgnakngepdgc
공식 URL https://chromewebstore.google.com/detail/linkedboost/lakflicggollbhfjonbcpgnakngepdgc
설명 Boost your LinkedIn posts and articles with real likes.
파일 크기 111 KB
설치 횟수 883
현재 버전 1.3.1
최근 업데이트 2020-04-27
출시 날짜 2020-04-24
평점 4.25/5 총 4 개의 평점
개발자 Linked Boost Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.linkedboost.co
도움말 페이지 URL https://www.linkedboost.co/help
개인정보 보호 정책 페이지 URL https://linkedboost.co/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedBoost",
    "description": "Boost your LinkedIn posts and articles with real likes.",
    "version": "1.3.1",
    "browser_action": {
        "default_icon": "[email protected]",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "permissions": [
        "background",
        "storage",
        "cookies",
        "*:\/\/*.linkedin.com\/*"
    ]
}