Refer
Meet whoever you want through your network
Referคืออะไร?
Refer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://refer.social และคุณลักษณะหลักของมันคือ "Meet whoever you want through your network"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refer
ดาวน์โหลดไฟล์ส่วนขยาย Refer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🌟 Tap Your Network - Fill Your Pipe 🌟
Refer identifies the best person in your network to introduce you to your future customers.
Key Features:
- Meet your target prospect in one click: Click Meet on any LinkedIn Profile. Refer will pinpoint the most relevant path to a Warm Introduction.
- The simplest way to tap into your network: Define your ICP, Refer identifies Leads in your Network's network and gets you Introduced.
- Leverage your social clubs, colleagues & customers: Join your Social Clubs in Refer to leverage their members’ networks
Cold Emailers reach a 1% conversion rate on average.
🌟 Refer users reach 54% 🌟 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | glfgelcfgpkpadngidfnafifhfmnmopb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/refer/glfgelcfgpkpadngidfnafifhfmnmopb |
| คำอธิบาย | Meet whoever you want through your network |
| ขนาดไฟล์ | 627 KB |
| จำนวนการติดตั้ง | 1,342 |
| เวอร์ชันปัจจุบัน | 2.3.6 |
| อัปเดตครั้งล่าสุด | 2024-03-02 |
| วันที่เผยแพร่ | 2023-09-05 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://refer.social |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://www.refer.social |
| URL หน้าช่วยเหลือ | https://refer.crisp.help/en/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://gdpr.refer.social |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Refer",
"version": "2.3.6",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/browser.refer.social\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"cookies",
"storage",
"unlimitedStorage",
"scripting",
"notifications",
"downloads"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/*.refer.social\/*"
],
"action": {
"default_icon": {
"16": "images\/refer-icon-16.png",
"32": "images\/refer-icon-32.png",
"48": "images\/refer-icon-48.png",
"128": "images\/refer-icon-128.png"
},
"default_title": "Refer"
},
"icons": {
"16": "images\/refer-icon-16.png",
"32": "images\/refer-icon-32.png",
"48": "images\/refer-icon-48.png",
"128": "images\/refer-icon-128.png"
},
"description": "Meet whoever you want through your network",
"web_accessible_resources": [
{
"resources": [
"\/images\/*"
],
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/*.refer.social\/*"
]
}
]
} | |