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 |
| 官方網址 | 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": []
}
]
} | |