Refer
Meet whoever you want through your network
Refer란 무엇입니까?
Refer은(는) https://refer.social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meet whoever you want through your network"입니다.
확장 프로그램 스크린샷
Refer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🌟 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% 🌟
확장 프로그램 기본 정보
이름 | Refer |
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\/*" ] } ] } |