Salesforce Advanced Search
Salesforce Advanced Search Plugin
Cos'è Salesforce Advanced Search?
Salesforce Advanced Search è un'estensione di Chrome sviluppata da Yasir Arafat, e la sua funzione principale è "Salesforce Advanced Search Plugin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Advanced Search
Scarica i file di estensione Salesforce Advanced Search 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
Salesforce Advanced Search plugin works in both Classic and Lightning: i) Search any keyword, text or field api name used anywhere in below Salesforce Components, in the result section plugin shows the total number of files where keyword has been used in different components. Plugin also provides to choose which all components to search in for the keyword via checkbox selection: 1) Apex Classes 2) Apex Triggers 3) Visualforce Pages 4) Visualforce Components 5) Email Templates ii) Show Field API Names with Labels of an object in details page, you can toggle between Show and Hide Field API Names without refreshing the page It's also available for Firefox: https://addons.mozilla.org/en-US/firefox/addon/salesforce-advanced-search/
Informazioni di Base sull'Estensione
Nome | Salesforce Advanced Search |
ID | lbkpckaekpilejfambbkphfedniacanj |
URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-advanced-searc/lbkpckaekpilejfambbkphfedniacanj |
Descrizione | Salesforce Advanced Search Plugin |
Dimensione del File | 25.05 KB |
Conteggio Installazioni | 2,159 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2021-01-11 |
Data di Pubblicazione | 2021-01-11 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Yasir Arafat |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Advanced Search", "short_name": "SF Search", "version": "1.0.5", "manifest_version": 2, "description": "Salesforce Advanced Search Plugin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Salesforce Advanced Search", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "cookies", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ] } |