Hexospark

Hexospark is the all-in-one email and CRM platform designed to spark conversations

Τι είναι το Hexospark;

Το Hexospark είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον HEXACT, και η κύρια λειτουργία του είναι "Hexospark is the all-in-one email and CRM platform designed to spark conversations".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hexospark

Λήψη αρχείων επέκτασης Hexospark σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Ultimate CRM Extension for Seamless Sales Nurturing

Unlock the full potential of your sales pipeline with Hexospark. Our Chrome extension ensures that no lead is left behind, providing a robust all-in-one CRM right in your browser. Streamline your workflow, personalize your outreach, and watch your sales soar.

Transform Your Sales Management with Hexospark:

Comprehensive CRM: Keep track of every lead, note, and interaction with a CRM that captures it all.

Effortless Lead Import: Seamlessly add prospects from any web page and manage important documents and contracts within the CRM.

Historical Insight: Gain access to a complete email and activity history to stay on top of each lead's journey.

Pipeline Mastery: Cultivate a dynamic sales pipeline with intuitive management tools for sustainable growth.

Scale Personalization Like Never Before:

Tailored Outreach: Customize your emails with rich lead data, ensuring every communication feels uniquely personal.

Break the Ice: Stand out with one-of-a-kind personal icebreakers crafted from the latest lead insights.

Dynamic Variables: Leverage custom variables to add depth and relevance to your messaging.

Intelligent Campaigns: Rotate between email accounts within your campaigns to maximize reach and engagement.

Data-Driven Decisions: Utilize detailed engagement stats to refine and perfect your email campaigns.
Take Your Sales to the Next Level:

With Hexospark, you're not just reaching out; you're creating meaningful connections at every touchpoint. Install our Chrome extension now and experience a CRM that works as hard as you do to grow your sales.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hexospark Hexospark
ID jepkghbmlhdpchijeggibjkjojkphnaj
Επίσημο URL https://chromewebstore.google.com/detail/hexospark/jepkghbmlhdpchijeggibjkjojkphnaj
Περιγραφή Hexospark is the all-in-one email and CRM platform designed to spark conversations
Μέγεθος Αρχείου 778 KB
Αριθμός Εγκαταστάσεων 1,009
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2022-07-24
Αξιολόγηση 5.00/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής HEXACT
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hexospark.com
URL της Σελίδας Πολιτικής Απορρήτου https://hexact.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexospark",
    "description": "Hexospark is the all-in-one email and CRM platform designed to spark conversations",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/icon16.png",
            "48": ".\/icon48.png",
            "128": ".\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "jepkghbmlhdpchijeggibjkjojkphnaj",
            "gakffndhiikobghgngoklhjadghmodjd",
            "kkibpkfbiafckaoakgfehlhgbnekmfed",
            "jmpflegmbfmkimhdhfbjhpnncahdmodo",
            "polplbolihoddfjniedkmdpcnpckahaf",
            "adbafkbbdjfjfeobdageolemihkcodoe",
            "pjeiccocimaglmiedhkfocfamgdfojfe",
            "gijcnkiffdhjlcdcgccnfhkkhmnkighf",
            "lgddnedhbaodplhbhpcfglffjgbpdaph"
        ],
        "matches": [
            "https:\/\/hexospark.com\/*",
            "https:\/\/dash.hexospark.com\/*",
            "https:\/\/hexospark.hexact.io\/*",
            "https:\/\/dashhexospark.hexact.io\/*",
            "http:\/\/localhost:8000\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3281\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dash.hexospark.com\/*",
                "https:\/\/hexospark.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}