Sales Simplify
Linkedin Connector, Sales Automation & Engagement App
What is Sales Simplify?
Sales Simplify is a Chrome extension developed by https://salessimplify.com, and its main feature is "Linkedin Connector, Sales Automation & Engagement App".
Extension Screenshots
Download Sales Simplify Extension CRX File
Download Sales Simplify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sales Simplify |
ID | ahkdkfejeplinhgmclegkhopdiiedeji |
Official URL | https://chromewebstore.google.com/detail/sales-simplify/ahkdkfejeplinhgmclegkhopdiiedeji |
Description | Linkedin Connector, Sales Automation & Engagement App |
File Size | 123 KB |
Installation Count | 55 |
Current Version | 2.0.4 |
Last Updated | 2023-06-26 |
Publish Date | 2022-06-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://salessimplify.com |
[email protected] | |
Payment Type | free |
Extension Website | https://salessimplify.com/ |
Help Page URL | https://help.salessimplify.com/ |
Privacy Policy Page URL | https://salessimplify.com/privacy-policy |
Supported Languages | 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\/*" ] } ] } |