SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
Was ist SalesForce Id Lookup?
SalesForce Id Lookup ist eine Chrome-Erweiterung, die von https://moshekarmel.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
Erweiterungsscreenshots
SalesForce Id Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie SalesForce Id Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | enkbgagpjeooofnjhijhoedoghfleipp |
| Offizielle URL | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
| Beschreibung | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
| Dateigröße | 7.81 KB |
| Installationsanzahl | 395 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2015-06-05 |
| Veröffentlichungsdatum | 2015-06-05 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://moshekarmel.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": []
} | |