Dashed AI
Integrate & Track Your Outbound Prospecting
Was ist Dashed AI?
Dashed AI ist eine Chrome-Erweiterung, die von https://dashedai.com entwickelt wurde, und ihr Hauptmerkmal ist "Integrate & Track Your Outbound Prospecting".
Erweiterungsscreenshots
Dashed AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dashed AI-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
Connect your LinkedIn and Email inboxes to your CRM based on intent. Track 20+ intent based KPIs on your LinkedIn and Email prospecting Save hours a month and gain invaluable insights on your B2B sales.
Grundlegende Informationen zur Erweiterung
Name | Dashed AI |
ID | nkedbgifgajhhicbmabjgkkjifecajla |
Offizielle URL | https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla |
Beschreibung | Integrate & Track Your Outbound Prospecting |
Dateigröße | 1.33 MB |
Installationsanzahl | 119 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2022-04-01 |
Veröffentlichungsdatum | 2021-12-04 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://dashedai.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.dashedai.com |
Hilfeseite URL | https://dashedai.tawk.help |
URL der Datenschutzrichtlinien-Seite | https://www.dashedai.com/privacypolicy |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dashed AI", "version": "0.0.0.3", "description": "Integrate & Track Your Outbound Prospecting", "icons": { "16": "statics\/dashed-icon-16.png", "48": "statics\/dashed-icon-48.png", "128": "statics\/dashed-icon-128.png" }, "permissions": [ "alarms", "cookies", "storage", "tabs", "webNavigation", "https:\/\/linkedin.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office365.com\/*" ], "background": { "scripts": [ "config.js", "helpers\/utils.js", "services\/dashedApiService.js", "services\/linkedinService.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "css\/all.css", "webfonts\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "helpers\/utils.js", "content_scripts\/contentScriptGmail.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office365.com\/*" ], "js": [ "helpers\/utils.js", "content_scripts\/contentScriptOutlook.js" ], "run_at": "document_start" } ], "browser_action": [] } |