Salesforce Voice Assistant
Salesforce Voice Assistant
什麼是Salesforce Voice Assistant?
Salesforce Voice Assistant是由Ashish Sharma開發的Chrome擴展程式,該擴展的主要功能是“Salesforce Voice Assistant”。
擴展截圖
下載Salesforce Voice Assistant擴展crx文件
下載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 |
官方網址 | 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" ] } |