Sales Simplify

Linkedin Connector, Sales Automation & Engagement App

Sales Simplify क्या है?

Sales Simplify https://salessimplify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linkedin Connector, Sales Automation & Engagement App"।

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

screenshot
screenshot

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

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

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

                        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\/*"
            ]
        }
    ]
}