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 ที่พัฒนาโดย https://www.codebreakertech.com และคุณลักษณะหลักของมันคือ "Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codebreaker AI

ดาวน์โหลดไฟล์ส่วนขยาย Codebreaker AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 bkbfgnfgfhehoafhdhkeggmpgfilennk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codebreaker-ai/bkbfgnfgfhehoafhdhkeggmpgfilennk
คำอธิบาย Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.
ขนาดไฟล์ 4.33 MB
จำนวนการติดตั้ง 1,200
เวอร์ชันปัจจุบัน 3.0.6
อัปเดตครั้งล่าสุด 2022-10-18
วันที่เผยแพร่ 2020-06-16
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.codebreakertech.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.codebreakertech.com/cbdiscover.html
URL หน้าช่วยเหลือ https://www.codebreakertech.com/contact-us.html
URL หน้านโยบายความเป็นส่วนตัว https://codebreakertech.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codebreaker AI",
    "description": "Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.",
    "version": "3.0.6",
    "icons": {
        "128": "images\/icon-128x128.png",
        "48": "images\/icon-48x48.png",
        "16": "images\/icon-16x16.png"
    },
    "action": {
        "default_title": "Codebreaker AI, BANKPASS & BCRM Connector"
    },
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                ".\/dist\/jquery.js",
                ".\/dist\/libs\/jquery-ui.js",
                ".\/dist\/libs\/bootstrap-tokenfield.js",
                ".\/contentScripts\/content-script.js",
                ".\/dist\/libs\/jquery-ui.js"
            ],
            "css": [
                ".\/dist\/customCSS\/load.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/maps.googleapis.com'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "options.js",
                "images\/*",
                ".\/html\/popup.html",
                "customCSS\/*",
                "html\/*",
                "libs\/*",
                "dist\/*",
                "components\/*",
                "jsVersion\/*",
                "https:\/\/bank.successfactory.com\/*",
                "https:\/\/app.sperse.com\/*",
                "https:\/\/app.sperse.com\/api\/*",
                "https:\/\/db.onlinewebfonts.com\/c\/7dee4e8052171a216cd2446ea682b742?family=Berthold+Akzidenz+Grotesk+BE",
                "https:\/\/www.linkedin.com\/voyager\/*",
                "https:\/\/www.linkedin.com\/voyager\/api\/identity\/profiles\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}