Salesforce Voice Assistant

Salesforce Voice Assistant

Salesforce Voice Assistantとは何ですか?

Salesforce Voice AssistantはAshish Sharmaによって開発されたChromeの拡張機能で、その主な機能は「Salesforce Voice Assistant」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Salesforce Voice Assistant Salesforce Voice Assistant
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
Eメール [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"
    ]
}