SalesBuddy

Sales Training and Motivation

SalesBuddyคืออะไร?

SalesBuddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidfromjhb และคุณลักษณะหลักของมันคือ "Sales Training and Motivation"

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

screenshot
screenshot
screenshot

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

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

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

                        The ChatMarshal SalesBuddy daily sales training and motivation tool is for people what want to improve their sales skills and become effective if not great sales people. 

If your job is to bring in business, this is for you.  

There are a few sales superstars that have that natural ability, energy, and gift of the gab. If you are one of them congratulations. But most of us are not like that. We need to push ourselves and this requires motivation. 

Being demotivated is often the major hurdle in any career and especially sales. Over the days, weeks and months, you will learn about the tips, tricks and tools I've learnt over the many years in sales. 

Some of these tips and tricks are my own but most of them are common knowledge or freely available in books, podcasts and the internet. All I've done is collate them for you and put them into bite-sized digestible chunks. 

I suggest you take the time to read all of them on my website first and use the Chrome extension to receive a fresh reminder, one at a time, every day for 3 months. Focus on one piece of advice every day for three months, then repeat it until you are proficient as a sales person                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SalesBuddy SalesBuddy
ID bbdieagiphilkdikaiiemhmjigknmkki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesbuddy/bbdieagiphilkdikaiiemhmjigknmkki
คำอธิบาย Sales Training and Motivation
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-06-26
วันที่เผยแพร่ 2022-06-22
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา davidfromjhb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatmarshal.com/sales-buddy-sales-training-and-motivation/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SalesBuddy",
    "short_name": "SalesBuddy",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Sales Training and Motivation",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "SalesBuddy"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}