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
官方網址 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\/*"
            ]
        }
    ]
}