SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
Co to jest SalesForce Id Lookup?
SalesForce Id Lookup to rozszerzenie Chrome opracowane przez https://moshekarmel.com, a jego główną funkcją jest „This extension will Take a SalesForce Id and open up the actual record in SalesForce”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SalesForce Id Lookup
Pobierz pliki rozszerzeń SalesForce Id Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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". Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | enkbgagpjeooofnjhijhoedoghfleipp |
| Oficjalny URL | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
| Opis | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
| Rozmiar pliku | 7.81 KB |
| Liczba instalacji | 395 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2015-06-05 |
| Data Publikacji | 2015-06-05 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://moshekarmel.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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": []
} | |