SalesBuddy
Sales Training and Motivation
SalesBuddy란 무엇입니까?
SalesBuddy은(는) davidfromjhb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sales Training and Motivation"입니다.
확장 프로그램 스크린샷
SalesBuddy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |