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.
Apa itu Magic by Breakcold - Social Selling CRM?
Magic by Breakcold - Social Selling CRM adalah ekstensi Chrome yang dikembangkan oleh https://breakcold.com, dan fitur utamanya adalah "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magic by Breakcold - Social Selling CRM
Unduh file ekstensi Magic by Breakcold - Social Selling CRM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | aleoomdhnjddjlmfocibikjdpkdpadko |
| URL Resmi | https://chromewebstore.google.com/detail/magic-by-breakcold-social/aleoomdhnjddjlmfocibikjdpkdpadko |
| Deskripsi | Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool. |
| Ukuran File | 1.15 MB |
| Jumlah Instalasi | 2,000 |
| Versi Saat Ini | 1.6.3 |
| Terakhir Diperbarui | 2024-02-13 |
| Tanggal Publikasi | 2022-10-29 |
| Penilaian | 4.20/5 Total 15 Penilaian |
| Pengembang | https://breakcold.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://breakcold.com |
| URL Halaman Bantuan | https://breakcold.com |
| URL Halaman Kebijakan Privasi | https://www.breakcold.com/en/terms-and-conditions |
| Bahasa yang Didukung | 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": []
}
]
} | |