Refer

Meet whoever you want through your network

O que é Refer?

Refer é uma extensão do Chrome desenvolvida por https://refer.social, e sua principal característica é "Meet whoever you want through your network".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Refer

Baixe arquivos de extensão Refer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Refer Refer
ID glfgelcfgpkpadngidfnafifhfmnmopb
URL Oficial https://chromewebstore.google.com/detail/refer/glfgelcfgpkpadngidfnafifhfmnmopb
Descrição Meet whoever you want through your network
Tamanho do Arquivo 627 KB
Contagem de Instalações 1,342
Versão Atual 2.3.6
Última Atualização 2024-03-02
Data de Publicação 2023-09-05
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://refer.social
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.refer.social
URL da Página de Ajuda https://refer.crisp.help/en/
URL da Página de Política de Privacidade https://gdpr.refer.social
Idiomas Suportados 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\/*"
            ]
        }
    ]
}