Sales Simplify

Linkedin Connector, Sales Automation & Engagement App

Τι είναι το Sales Simplify;

Το Sales Simplify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://salessimplify.com, και η κύρια λειτουργία του είναι "Linkedin Connector, Sales Automation & Engagement App".

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

screenshot
screenshot

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

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

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

                        You can use the SalesSimplify Chrome extension to discover prospective clients immediately on LinkedIn, then push the information from LinkedIn to Sales Simplify straight from your browser in a matter of seconds.

Sales Simplify is a AI-powered sales automation and engagement platform with built-in CRM and cloud communication channels.

🚀 Simplify your sales process and increase conversions by 300%.
🎯 Lead journey from the start till it moves to a deal in the pipeline or junk.
📊 Track, monitor and improve your sales process and pipeline with ease.

You can increase the conversion rates of your leads by using all-in-one solution specifically designed for sales teams.                    

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

Όνομα Sales Simplify Sales Simplify
ID ahkdkfejeplinhgmclegkhopdiiedeji
Επίσημο URL https://chromewebstore.google.com/detail/sales-simplify/ahkdkfejeplinhgmclegkhopdiiedeji
Περιγραφή Linkedin Connector, Sales Automation & Engagement App
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2023-06-26
Ημερομηνία Δημοσίευσης 2022-06-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://salessimplify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://salessimplify.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.salessimplify.com/
URL της Σελίδας Πολιτικής Απορρήτου https://salessimplify.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sales Simplify",
    "description": "Linkedin Connector, Sales Automation & Engagement App",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "2.0.4",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.salessimplify.com\/*"
    ],
    "action": {
        "default_title": "Sales Simplify"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/header-logo.png",
                "icons\/128.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}