Refer

Meet whoever you want through your network

Cos'è Refer?

Refer è un'estensione di Chrome sviluppata da https://refer.social, e la sua funzione principale è "Meet whoever you want through your network".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Refer

Scarica i file di estensione Refer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Refer Refer
ID glfgelcfgpkpadngidfnafifhfmnmopb
URL Ufficiale https://chromewebstore.google.com/detail/refer/glfgelcfgpkpadngidfnafifhfmnmopb
Descrizione Meet whoever you want through your network
Dimensione del File 627 KB
Conteggio Installazioni 1,342
Versione Corrente 2.3.6
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2023-09-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://refer.social
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.refer.social
URL della Pagina di Aiuto https://refer.crisp.help/en/
URL della Pagina della Politica sulla Privacy https://gdpr.refer.social
Lingue Supportate 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\/*"
            ]
        }
    ]
}