Salesforce Search Context Menu

Allows searching for selected text on Salesforce

Cos'è Salesforce Search Context Menu?

Salesforce Search Context Menu è un'estensione di Chrome sviluppata da Alex Toumey, e la sua funzione principale è "Allows searching for selected text on Salesforce".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Salesforce Search Context Menu

Scarica i file di estensione Salesforce Search Context Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Salesforce Search Context Menu Salesforce Search Context Menu
ID jihoilcbhfjdbnaapegnhhnbpbelheij
URL Ufficiale https://chromewebstore.google.com/detail/salesforce-search-context/jihoilcbhfjdbnaapegnhhnbpbelheij
Descrizione Allows searching for selected text on Salesforce
Dimensione del File 21.24 KB
Conteggio Installazioni 288
Versione Corrente 0.3
Ultimo Aggiornamento 2018-10-26
Data di Pubblicazione 2018-10-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Alex Toumey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}