BRIALO - OpenAI GPT LinkedIn Post Scrapper

Extract the most active Linkedin active users from any Linkedin post and send them a connection request.

BRIALO - OpenAI GPT LinkedIn Post Scrapper란 무엇입니까?

BRIALO - OpenAI GPT LinkedIn Post Scrapper은(는) https://getbrialo.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract the most active Linkedin active users from any Linkedin post and send them a connection request."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BRIALO - OpenAI GPT LinkedIn Post Scrapper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turbocharge your presence on LinkedIn by connecting with the platform's most engaged users.

One can extract the profiles of those who have liked or commented on a LinkedIn post and send them connection requests.

A crucial element in expanding your personal brand on LinkedIn is to connect with active and engaging users on the platform.

-  Fetch any personal or company post
-  Fetch profiles of those who liked or commented OR both from that post
-  Filter them based on the connection degree, keywords and activity 
-  Send them a personalized connection request

 Install this extension and add those active connections to your LinkedIn profile.

Important Disclaimer (!): BRIALO is not endorsed by or affiliated with the LinkedIn Corporation, registered in the U.S. and other countries. LinkedIn is a trademark of the LinkedIn Corporation.                    

확장 프로그램 기본 정보

이름 BRIALO - OpenAI GPT LinkedIn Post Scrapper BRIALO - OpenAI GPT LinkedIn Post Scrapper
ID jmapgdmcamlapgpedipfadnjbjofffle
공식 URL https://chromewebstore.google.com/detail/brialo-openai-gpt-linkedi/jmapgdmcamlapgpedipfadnjbjofffle
설명 Extract the most active Linkedin active users from any Linkedin post and send them a connection request.
파일 크기 1.87 MB
설치 횟수 36
현재 버전 1.1.4
최근 업데이트 2024-01-19
출시 날짜 2023-08-18
평점 5.00/5 총 4 개의 평점
개발자 https://getbrialo.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getbrialo.io
도움말 페이지 URL https://getbrialo.io
개인정보 보호 정책 페이지 URL https://getbrialo.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BRIALO - OpenAI GPT LinkedIn Post Scrapper",
    "version": "1.1.4",
    "description": "Extract the most active Linkedin active users from any Linkedin post and send them a connection request.",
    "incognito": "split",
    "action": {
        "default_popup": "popup.html",
        "default_title": "BRIALO - OpenAI GPT LinkedIn Post Scrapper"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.getbrialo.io\/",
        "https:\/\/linkedinbackend.azurewebsites.net\/api\/*",
        "https:\/\/localhost:44341\/api\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/brialo-dev.vercel.app\/*",
        "https:\/\/linkedinbackendtest.azurewebsites.net\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.getbrialo.io\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/brialo-dev.vercel.app\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}