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.”。
擴展截圖
下載BRIALO - OpenAI GPT LinkedIn Post Scrapper擴展crx文件
下載BRIALO - OpenAI GPT LinkedIn Post Scrapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | jmapgdmcamlapgpedipfadnjbjofffle |
| 官方網址 | 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"
}
]
} | |