Hifive - Request intros from your network
Unlock the power of relationship-led sales with Hifive. Make it easier than ever to facilitate introductions.
Τι είναι το Hifive - Request intros from your network;
Το Hifive - Request intros from your network είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hifive, και η κύρια λειτουργία του είναι "Unlock the power of relationship-led sales with Hifive. Make it easier than ever to facilitate introductions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hifive - Request intros from your network
Λήψη αρχείων επέκτασης Hifive - Request intros from your network σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TAP INTO YOUR EXISTING NETWORK
Many sales professionals live on LinkedIn, and we’re not out to change that. Our Chrome extension sits on top of LinkedIn to help identify mutual connections, and kick off powerful intro collaboration workflows without shifting context.
OPERATIONALIZE YOUR OUTREACH
When it comes to building relationships, there’s no replacing the human aspect of networking. We offer repeatable processes that help salespeople be more consistent, intentional, and efficient with their efforts.
CLOSE MORE DEALS, FASTER
Existing go-to-market channels are over-saturated and falling flat. The strongest channel, relationship-led, allows you to reach your prospects in the most strategic way to beat your competition in every deal.
FEATURES
Send lightning-fast intro requests
Craft templated requests and forwardable content
Participants can opt-in with a single click
Monitor the lifecycle of each introduction
Say goodbye to endless “email tennis”
QUESTIONS / FEEDBACK?
Email [email protected] with any questions or feedback. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | llimbmfkkbmdjnlpmkccppgpnmjjhmka |
| Επίσημο URL | https://chromewebstore.google.com/detail/hifive-request-intros-fro/llimbmfkkbmdjnlpmkccppgpnmjjhmka |
| Περιγραφή | Unlock the power of relationship-led sales with Hifive. Make it easier than ever to facilitate introductions. |
| Μέγεθος Αρχείου | 62.24 KB |
| Αριθμός Εγκαταστάσεων | 563 |
| Τρέχουσα Έκδοση | 0.6.4 |
| Τελευταία Ενημέρωση | 2024-02-29 |
| Ημερομηνία Δημοσίευσης | 2023-09-14 |
| Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
| Προγραμματιστής | Hifive |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://hf.app |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://help.hf.app |
| URL της Σελίδας Πολιτικής Απορρήτου | https://hf.app/p/privacy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hifive - Request intros from your network",
"description": "Unlock the power of relationship-led sales with Hifive. Make it easier than ever to facilitate introductions.",
"version": "0.6.4",
"version_name": "0.6.4",
"icons": {
"16": "src\/assets\/icons\/production-16.png",
"48": "src\/assets\/icons\/production-48.png",
"128": "src\/assets\/icons\/production-128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-b7248bb6.js"
],
"matches": [
"*:\/\/*.linkedin.com\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/production-16.png",
"48": "src\/assets\/icons\/production-48.png",
"128": "src\/assets\/icons\/production-128.png"
}
},
"permissions": [],
"host_permissions": [
"*:\/\/*.linkedin.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.hf.app\/*",
"*:\/\/*.linkedin.com\/*"
],
"resources": [
"src\/pages\/panel\/panel.html",
"src\/contentScripts\/main.css",
"1x1.png"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"resources": [
"assets\/browser-polyfill-c49532ec.js",
"assets\/index.ts-a6571b50.js"
],
"use_dynamic_url": true
}
]
} | |