SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
Wat is SalesForce Id Lookup?
SalesForce Id Lookup is een Chrome-extensie ontwikkeld door https://moshekarmel.com, en de belangrijkste functie is "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
Extensie Screenshots
Download het CRX-bestand van de extensie SalesForce Id Lookup
Download SalesForce Id Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
Officiële URL | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
Beschrijving | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
Bestandsgrootte | 7.81 KB |
Aantal Installaties | 395 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-06-05 |
Publicatiedatum | 2015-06-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://moshekarmel.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |