Magic by Breakcold - Social Selling CRM
Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.
什么是Magic by Breakcold - Social Selling CRM?
Magic by Breakcold - Social Selling CRM是由https://breakcold.com开发的Chrome扩展程序,该扩展的主要功能是“Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.”。
扩展截图
下载Magic by Breakcold - Social Selling CRM扩展crx文件
下载Magic by Breakcold - Social Selling CRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Breakcold is a social selling software and a modern sales CRM for LinkedIn & Twitter with sales engagement features.
With this google chrome extension, you can:
- engage with your leads on LinkedIn and Twitter
- add prospects to Breakcold Social Selling CRM directly from LinkedIn, Sales Navigator, Twitter, Facebook, Instagram and WhatsApp 扩展基本信息
| 名称 | |
| ID | aleoomdhnjddjlmfocibikjdpkdpadko |
| 官方URL | https://chromewebstore.google.com/detail/magic-by-breakcold-social/aleoomdhnjddjlmfocibikjdpkdpadko |
| 简介 | Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool. |
| 文件大小 | 1.15 MB |
| 安装次数 | 2,000 |
| 当前版本 | 1.6.3 |
| 更新时间 | 2024-02-13 |
| 上架时间 | 2022-10-29 |
| 评分 | 4.20/5 共15次评分 |
| 开发者 | https://breakcold.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://breakcold.com |
| 帮助页面URL | https://breakcold.com |
| 隐私政策页面URL | https://www.breakcold.com/en/terms-and-conditions |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.",
"version": "1.6.3",
"manifest_version": 3,
"name": "Magic by Breakcold - Social Selling CRM",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"scripting",
"alarms",
"tabs",
"cookies"
],
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/linkedin.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*",
"*:\/\/www.instagram.com\/*",
"*:\/\/www.facebook.com\/*",
"*:\/\/*.breakcold.com\/*",
"*:\/\/api.breakcold.com\/*",
"*:\/\/breakcold.com\/*",
"*:\/\/mail.google.com\/*",
"*:\/\/web.whatsapp.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |