Refer

Meet whoever you want through your network

Co je Refer?

Refer je rozšíření Chrome vyvinuté https://refer.social, a jeho hlavní funkcí je „Meet whoever you want through your network“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Refer

Stáhněte si soubory rozšíření Refer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Refer Refer
ID glfgelcfgpkpadngidfnafifhfmnmopb
Oficiální URL https://chromewebstore.google.com/detail/refer/glfgelcfgpkpadngidfnafifhfmnmopb
Popis Meet whoever you want through your network
Velikost souboru 627 KB
Počet instalací 1,342
Aktuální Verze 2.3.6
Poslední Aktualizace 2024-03-02
Datum Vydání 2023-09-05
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://refer.social
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.refer.social
URL Stránky Nápovědy https://refer.crisp.help/en/
URL Stránky Zásad Ochrany Soukromí https://gdpr.refer.social
Podporované Jazyky 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\/*"
            ]
        }
    ]
}