Salesforce Voice Assistant
Salesforce Voice Assistant
Salesforce Voice Assistantคืออะไร?
Salesforce Voice Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashish Sharma และคุณลักษณะหลักของมันคือ "Salesforce Voice Assistant"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Voice Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Voice Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can be used for searching in the global search bar of Salesforce, create account and opportunity using voice recognition. Searching in the setup quick find box can also be done using this extension. Users can set their custom voice commands also. A lot more functionalities will be introduced in the near future. Blogs: http://spidysharma.blogspot.co.uk/ Demo Video: https://www.youtube.com/watch?v=0dMb6Hsiecg Please provide your feedback @ https://in.linkedin.com/in/ashish-sharma-2b145757
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iogajlmejpnoemacmlfecncgghphbjfl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/salesforce-voice-assistan/iogajlmejpnoemacmlfecncgghphbjfl |
คำอธิบาย | Salesforce Voice Assistant |
ขนาดไฟล์ | 94.27 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 3.4 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Ashish Sharma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://in.linkedin.com/in/ashish-sharma-2b145757 |
URL หน้าช่วยเหลือ | https://in.linkedin.com/in/ashish-sharma-2b145757 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Voice Assistant", "version": "3.4", "description": "Salesforce Voice Assistant", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.salesforce.com\/*" ], "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "js": [ "jquery.min.js", "inject.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_title": "Salesforce Voice Assistant", "default_popup": "popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "refresh.mp3", "save.mp3" ] } |