Codebreaker AI

Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.

Τι είναι το Codebreaker AI;

Το Codebreaker AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Codebreaker Technologies, LLC, και η κύρια λειτουργία του είναι "Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Codebreaker AI

Λήψη αρχείων επέκτασης Codebreaker AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.
Increase sales conversions by customizing your communications and negotiations for each prospect's BANKCODE. Take the guesswork out of prospecting and sales calls with new clients or customers by decoding Why They Buy. Codebreaker AI is the exclusive app that uncovers your prospect's BANKCODE in just 1 click. This scientifically validated sales methodology helps predict buying behavior to increase sales conversions.

• Decode your prospect’s buying style on LinkedIn profiles in just 1 click.
• Learn sales tips, triggers and power words to optimize calls, meetings and emails.
• Crack your prospect’s BANKCODE and take it to the BANK.

Our team is dedicated to upholding research and analytics best practices to ensure you get results you can depend on. In fact, Dr. Ryan T. Howell, the head of the Analytics division, is also a respected professor of psychology at San Francisco State University and has been conducting research into the relationship between personality and buying behavior for over 15 years.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Codebreaker AI Codebreaker AI
ID iblablhmfcdmlndolbcjdlkehfffpifi
Επίσημο URL https://chromewebstore.google.com/detail/codebreaker-ai/iblablhmfcdmlndolbcjdlkehfffpifi
Περιγραφή Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.
Μέγεθος Αρχείου 34.1 MB
Αριθμός Εγκαταστάσεων 133
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2024-01-02
Ημερομηνία Δημοσίευσης 2024-01-02
Προγραμματιστής Codebreaker Technologies, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://codebreakertech.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*.codebreakerglobal.com\/*",
        "https:\/\/*.codebreakerglobal.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "name": "Codebreaker AI",
    "version": "0.0.2",
    "description": "Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/bubble\/index.js"
            ],
            "css": [
                "assets\/css\/bubbleStyle17040375404.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "popup.html",
                "src\/pages\/background\/index.js",
                "src\/pages\/sidebar\/index.html",
                "src\/pages\/chat\/index.html",
                "src\/pages\/assistant\/index.html",
                "assets\/img\/*.svg",
                "assets\/svg\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}