Salesforce Search Context Menu

Allows searching for selected text on Salesforce

Salesforce Search Context Menuとは何ですか?

Salesforce Search Context MenuはAlex Toumeyによって開発されたChromeの拡張機能で、その主な機能は「Allows searching for selected text on Salesforce」です。

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

screenshot

Salesforce Search Context Menu拡張機能のCRXファイルをダウンロード

Salesforce Search Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows searching for selected text on Salesforce. You'll need to have an active session on salesforce.com for it to work.

Very useful for searching for eCase numbers that have been mentioned in emails or instant messages!                    

拡張機能の基本情報

名前 Salesforce Search Context Menu Salesforce Search Context Menu
ID jihoilcbhfjdbnaapegnhhnbpbelheij
公式URL https://chromewebstore.google.com/detail/salesforce-search-context/jihoilcbhfjdbnaapegnhhnbpbelheij
説明 Allows searching for selected text on Salesforce
ファイルサイズ 21.24 KB
インストール数 288
現在のバージョン 0.3
最終更新日 2018-10-26
公開日 2018-10-26
評価 5.00/5 合計 2 レビュー
開発者 Alex Toumey
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Search Context Menu",
    "description": "Allows searching for selected text on Salesforce",
    "version": "0.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "salesforcesearch.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}