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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://breakcold.com และคุณลักษณะหลักของมันคือ "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic by Breakcold - Social Selling CRM
ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}
]
} | |