Salesforce Booster
Salesforce Booster
Salesforce Boosterคืออะไร?
Salesforce Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deepqualifier.com และคุณลักษณะหลักของมันคือ "Salesforce Booster"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Booster
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Booster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Qualify your Salesforce® Leads and Accounts in seconds. You and your team are probably spending a lot of time doing research about your sales force leads and account, going from one Tab to another, copy/pasting data from Google/Linkedin/Websites to Salesforce®. SalesForce® Booster adds quick search icons into your Salesforce Leads and Account pages, so you can process your researches at maximum speed: Googling their names, visiting their social profiles, researching all about their domain, their websites and their competitors. Doing good research about your Leads and Accounts in Salesforce® gives you a competitive advantage when calling and closing deals. Version 0.34 and after We can add all your data providers into "SalesForce® Booster". Contact us and we will customize the extension for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salesforce Booster |
ID | faaelikmijabbjanbeijlpflgadepdoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-booster/faaelikmijabbjanbeijlpflgadepdoa |
คำอธิบาย | Salesforce Booster |
ขนาดไฟล์ | 94.14 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.35 |
อัปเดตครั้งล่าสุด | 2020-01-21 |
วันที่เผยแพร่ | 2020-01-15 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://deepqualifier.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Booster", "short_name": "Sales Booster", "description": "Salesforce Booster", "version": "0.35", "permissions": [ "storage", "activeTab", "*:\/\/*.force.com\/*" ], "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" } }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.force.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "offline_enabled": true, "background": { "persistent": true, "scripts": [ "bg.js" ] }, "web_accessible_resources": [ "scripts\/*.js", "images\/*.png", "images\/*.svg", "images\/logos\/*.svg", "css\/*.css" ] } |