Connect
Find new contacts and manage tasks and call steps in your sequences from anywhere
Hvad er Connect?
Connect er en Chrome-udvidelse udviklet af https://www.datananas.com, og dens hovedfunktion er "Find new contacts and manage tasks and call steps in your sequences from anywhere".
Udvidelsesskærmbilleder
Download Connect-udvidelses-CRX-fil
Download Connect-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
Connect allows you to manage your Outbound Sales campaigns and:
- Add new contacts en engage them in sequences
- Manage your tasks, and do them efficiently
- Call your contacts with VOIP
- See a timeline of your contacts' activities (opens, clicks, ...) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | claekkfnhepphhinadlbhkhpgkjknkep |
| Officiel URL | https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep |
| Beskrivelse | Find new contacts and manage tasks and call steps in your sequences from anywhere |
| Filstørrelse | 6.2 MB |
| Antal Installationer | 1,568 |
| Nuværende Version | 0.6.17 |
| Senest Opdateret | 2024-02-14 |
| Udgivelsesdato | 2022-05-04 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://www.datananas.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.datananas.com |
| Hjælpeside-URL | https://help.datananas.com |
| URL til Fortrolighedspolitik Side | https://www.datananas.com/conditions-dutilisation |
| Understøttede Sprog | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Connect",
"description": "Find new contacts and manage tasks and call steps in your sequences from anywhere",
"version": "0.6.17",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"activeTab",
"alarms",
"background",
"tts",
"cookies",
"storage",
"app",
"tabs",
"system.display"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.force.com\/*"
],
"js": [
"content\/contact.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"content\/linkedin_sn.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "service_worker.js"
},
"content_security_policy": {
"extension_pages": "child-src 'self' blob:; worker-src 'self'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"action": {
"default_title": "Connect",
"default_icon": "icons\/icon_128.png"
},
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.datananas.com\/*",
"*:\/\/*.sarbacane.com\/*",
"*:\/\/*.salesforce.com\/*"
]
} | |