Refer
Meet whoever you want through your network
Wat is Refer?
Refer is een Chrome-extensie ontwikkeld door https://refer.social, en de belangrijkste functie is "Meet whoever you want through your network".
Extensie Screenshots
Download het CRX-bestand van de extensie Refer
Download Refer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🌟 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% 🌟
Basisinformatie over de Extensie
Naam | Refer |
ID | glfgelcfgpkpadngidfnafifhfmnmopb |
Officiële URL | https://chromewebstore.google.com/detail/refer/glfgelcfgpkpadngidfnafifhfmnmopb |
Beschrijving | Meet whoever you want through your network |
Bestandsgrootte | 627 KB |
Aantal Installaties | 1,342 |
Huidige Versie | 2.3.6 |
Laatst Bijgewerkt | 2024-03-02 |
Publicatiedatum | 2023-09-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://refer.social |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.refer.social |
Help Pagina-URL | https://refer.crisp.help/en/ |
URL van de Privacybeleid Pagina | https://gdpr.refer.social |
Ondersteunde Talen | 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\/*" ] } ] } |