Salesforce Voice Assistant

Salesforce Voice Assistant

What is Salesforce Voice Assistant?

Salesforce Voice Assistant is a Chrome extension developed by Ashish Sharma, and its main feature is "Salesforce Voice Assistant".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Salesforce Voice Assistant Extension CRX File

Download Salesforce Voice Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Salesforce Voice Assistant Salesforce Voice Assistant
ID iogajlmejpnoemacmlfecncgghphbjfl
Official URL https://chrome.google.com/webstore/detail/salesforce-voice-assistan/iogajlmejpnoemacmlfecncgghphbjfl
Description Salesforce Voice Assistant
File Size 94.27 KB
Installation Count 66
Current Version 3.4
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.25/5 Total 8 Ratings
Developer Ashish Sharma
Email [email protected]
Payment Type free
Extension Website https://in.linkedin.com/in/ashish-sharma-2b145757
Help Page URL https://in.linkedin.com/in/ashish-sharma-2b145757
Supported Languages 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"
    ]
}