Connect The Dots
Surface unseen relationships between people and companies and find the strongest connection to anyone you want to reach..
Τι είναι το Connect The Dots;
Το Connect The Dots είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ctd.ai, και η κύρια λειτουργία του είναι "Surface unseen relationships between people and companies and find the strongest connection to anyone you want to reach..".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Connect The Dots
Λήψη αρχείων επέκτασης Connect The Dots σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Connect The Dots reveals unseen relationships and hidden connections that help sellers sell. As you browse LinkedIn, Gmail, or Salesforce, open the extension to see: - A relationship map of who really knows who - Go into every call 10x smarter with context to warm up the conversation - Break into target accounts and multi-thread deals - Ask for insight, influence, or an introduction in seconds Connect The Dots is your supergraph, giving you superpowers. - It’s your LinkedIn, email, and coworker’s networks, all in one search - Pull up a contact and see all your friends that worked with them - Use 3rd degree to see who your connections can help you reach - Create and manage lists of people and companies - Leverage smart email templates and draft on behalf of others MORE INFO Email - [email protected] Website - https://ctd.ai Privacy Policy - https://www.ctd.ai/privacy
Βασικές Πληροφορίες Επέκτασης
Όνομα | Connect The Dots |
ID | hmpfdofadldbdljibacoicljekdmbpog |
Επίσημο URL | https://chromewebstore.google.com/detail/connect-the-dots/hmpfdofadldbdljibacoicljekdmbpog |
Περιγραφή | Surface unseen relationships between people and companies and find the strongest connection to anyone you want to reach.. |
Μέγεθος Αρχείου | 11.04 MB |
Αριθμός Εγκαταστάσεων | 2,450 |
Τρέχουσα Έκδοση | v3.27.1 |
Τελευταία Ενημέρωση | 2024-01-27 |
Ημερομηνία Δημοσίευσης | 2021-07-17 |
Αξιολόγηση | 5.00/5 Συνολικά 58 Αξιολογήσεις |
Προγραμματιστής | https://ctd.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ctd.ai |
URL της Σελίδας Πολιτικής Απορρήτου | https://ctd.ai/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Connect The Dots", "description": "Surface unseen relationships between people and companies and find the strongest connection to anyone you want to reach..", "version": "3.27.1", "version_name": "v3.27.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Connect The Dots" }, "background": { "scripts": [ "background_script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.my.salesforce.com\/*" ], "exclude_matches": [ "https:\/\/*.my.salesforce.com\/page\/timeoutwarn*", "https:\/\/*.my.salesforce.com\/secur\/logout*", "https:\/\/*.my.salesforce.com\/", "https:\/\/*.my.salesforce.com\/?*", "https:\/\/*.my.salesforce.com\/setup\/*", "https:\/\/*.my.salesforce.com\/_ui\/identity\/*" ], "js": [ "main.js" ] }, { "matches": [ "https:\/\/*.ctd.ai\/*" ], "js": [ "attach-version.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.ctd.ai; object-src 'self' https:\/\/*.ctd.ai; upgrade-insecure-requests;", "externally_connectable": { "matches": [ "https:\/\/*.ctd.ai\/*" ] }, "permissions": [ "*:\/\/*.ctd.ai\/*", "activeTab", "cookies", "storage", "alarms", "*:\/\/*\/*" ], "web_accessible_resources": [ "main.css", "fonts\/*", "images\/*", "ctd_logo.svg", "global\/*", "options\/*", "ask-iframe\/iframe.html", "ask-iframe\/iframe_ask.js", "maintenance-iframe\/iframe.html" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoMlk2C608qEB8RZhx3M87zHrvwti\/mDCUjrg5Jx9lgI7ghsucpuwGyN0ivYGqgpdd+EoNBmW4UAx3o0+VTemhL2SVQStmdARnO8oEP1KECig783qqDwXCYnQknA6SQZhTatWmvSnUa9ZNXA+Dv3NqO\/TU3EHwag3ETz3ZqmnuVN5rlcKz+\/sKNJCgQySneKOMdTXsPFFsUQwKGBhf0BeVAoYkB8mAkEj+5ck3VPIqMeemNrHcJfkvv+Cx5VV5TlkBB0wVtGv1Y+rJod7CG6czWKPlKJRhB0oBtA9l3qErbZtXr3YW53YpMGG067u3BIEl5uTDIG8YB68e+Myz7QwaQIDAQAB" } |