SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
Cos'è SalesForce Id Lookup?
SalesForce Id Lookup è un'estensione di Chrome sviluppata da https://moshekarmel.com, e la sua funzione principale è "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SalesForce Id Lookup
Scarica i file di estensione SalesForce Id Lookup 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
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16". Informazioni di Base sull'Estensione
| Nome | |
| ID | enkbgagpjeooofnjhijhoedoghfleipp |
| URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
| Descrizione | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
| Dimensione del File | 7.81 KB |
| Conteggio Installazioni | 395 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2015-06-05 |
| Data di Pubblicazione | 2015-06-05 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://moshekarmel.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SalesForce Id Lookup",
"description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce",
"version": "1.3",
"browser_action": {
"default_icon": "cloud_icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": []
} | |