Salesforce Voice Assistant
Salesforce Voice Assistant
Was ist Salesforce Voice Assistant?
Salesforce Voice Assistant ist eine Chrome-Erweiterung, die von Ashish Sharma entwickelt wurde, und ihr Hauptmerkmal ist "Salesforce Voice Assistant".
Erweiterungsscreenshots
Salesforce Voice Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Salesforce Voice Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | iogajlmejpnoemacmlfecncgghphbjfl |
Offizielle URL | https://chrome.google.com/webstore/detail/salesforce-voice-assistan/iogajlmejpnoemacmlfecncgghphbjfl |
Beschreibung | Salesforce Voice Assistant |
Dateigröße | 94.27 KB |
Installationsanzahl | 66 |
Aktuelle Version | 3.4 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | Ashish Sharma |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://in.linkedin.com/in/ashish-sharma-2b145757 |
Hilfeseite URL | https://in.linkedin.com/in/ashish-sharma-2b145757 |
Unterstützte Sprachen | 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" ] } |