SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
Vad är SalesForce Id Lookup?
SalesForce Id Lookup är en Chrome-tillägg utvecklad av https://moshekarmel.com, och dess huvudfunktion är "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
Tilläggsskärmbilder
Ladda ner SalesForce Id Lookup-förlängningens CRX-fil
Ladda ner SalesForce Id Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
Beskrivning | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
Filstorlek | 7.81 KB |
Antal Installationer | 395 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2015-06-05 |
Publiceringsdatum | 2015-06-05 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://moshekarmel.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [] } |