Refer

Meet whoever you want through your network

Refer क्या है?

Refer https://refer.social द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Meet whoever you want through your network"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Refer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🌟 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
ईमेल [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\/*"
            ]
        }
    ]
}