Sales Simplify
Linkedin Connector, Sales Automation & Engagement App
Sales Simplify là gì?
Sales Simplify là một tiện ích mở rộng Chrome được phát triển bởi https://salessimplify.com, và tính năng chính của nó là "Linkedin Connector, Sales Automation & Engagement App".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sales Simplify
Tải xuống các tệp mở rộng Sales Simplify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sales Simplify |
ID | ahkdkfejeplinhgmclegkhopdiiedeji |
URL Chính Thức | https://chromewebstore.google.com/detail/sales-simplify/ahkdkfejeplinhgmclegkhopdiiedeji |
Mô tả | Linkedin Connector, Sales Automation & Engagement App |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2023-06-26 |
Ngày Phát Hành | 2022-06-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://salessimplify.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://salessimplify.com/ |
URL Trang Trợ Giúp | https://help.salessimplify.com/ |
URL Trang Chính Sách Bảo Mật | https://salessimplify.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |