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.
Was ist Magic by Breakcold - Social Selling CRM?
Magic by Breakcold - Social Selling CRM ist eine Chrome-Erweiterung, die von https://breakcold.com entwickelt wurde, und ihr Hauptmerkmal ist "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.".
Erweiterungsscreenshots
Magic by Breakcold - Social Selling CRM-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magic by Breakcold - Social Selling CRM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aleoomdhnjddjlmfocibikjdpkdpadko |
| Offizielle URL | https://chromewebstore.google.com/detail/magic-by-breakcold-social/aleoomdhnjddjlmfocibikjdpkdpadko |
| Beschreibung | Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool. |
| Dateigröße | 1.15 MB |
| Installationsanzahl | 2,000 |
| Aktuelle Version | 1.6.3 |
| Letztes Update | 2024-02-13 |
| Veröffentlichungsdatum | 2022-10-29 |
| Bewertung | 4.20/5 Insgesamt 15 Bewertungen |
| Entwickler | https://breakcold.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://breakcold.com |
| Hilfeseite URL | https://breakcold.com |
| URL der Datenschutzrichtlinien-Seite | https://www.breakcold.com/en/terms-and-conditions |
| Unterstützte Sprachen | 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": []
}
]
} | |