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.
Hvad er Magic by Breakcold - Social Selling CRM?
Magic by Breakcold - Social Selling CRM er en Chrome-udvidelse udviklet af https://breakcold.com, og dens hovedfunktion er "Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool.".
Udvidelsesskærmbilleder
Download Magic by Breakcold - Social Selling CRM-udvidelses-CRX-fil
Download Magic by Breakcold - Social Selling CRM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aleoomdhnjddjlmfocibikjdpkdpadko |
| Officiel URL | https://chromewebstore.google.com/detail/magic-by-breakcold-social/aleoomdhnjddjlmfocibikjdpkdpadko |
| Beskrivelse | Breakcold is a Social Selling CRM but also a Sales CRM with an easy to use sales pipeline management tool. |
| Filstørrelse | 1.15 MB |
| Antal Installationer | 2,000 |
| Nuværende Version | 1.6.3 |
| Senest Opdateret | 2024-02-13 |
| Udgivelsesdato | 2022-10-29 |
| Bedømmelse | 4.20/5 Samlet 15 Bedømmelser |
| Udvikler | https://breakcold.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://breakcold.com |
| Hjælpeside-URL | https://breakcold.com |
| URL til Fortrolighedspolitik Side | https://www.breakcold.com/en/terms-and-conditions |
| Understøttede Sprog | 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": []
}
]
} | |