Refer

Meet whoever you want through your network

Referとは何ですか?

Referはhttps://refer.socialによって開発されたChromeの拡張機能で、その主な機能は「Meet whoever you want through your network」です。

拡張機能のスクリーンショット

screenshot
screenshot

Refer拡張機能のCRXファイルをダウンロード

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% 🌟                    

拡張機能の基本情報

名前 Refer 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
Eメール [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\/*"
            ]
        }
    ]
}