SalesForce Id Lookup

This extension will Take a SalesForce Id and open up the actual record in SalesForce

What is SalesForce Id Lookup?

SalesForce Id Lookup is a Chrome extension developed by https://moshekarmel.com, and its main feature is "This extension will Take a SalesForce Id and open up the actual record in SalesForce".

Extension Screenshots

screenshot

Download SalesForce Id Lookup Extension CRX File

Download SalesForce Id Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name SalesForce Id Lookup SalesForce Id Lookup
ID enkbgagpjeooofnjhijhoedoghfleipp
Official URL https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp
Description This extension will Take a SalesForce Id and open up the actual record in SalesForce
File Size 7.81 KB
Installation Count 395
Current Version 1.3
Last Updated 2015-06-05
Publish Date 2015-06-05
Rating 5.00/5 Total 3 Ratings
Developer https://moshekarmel.com
Email [email protected]
Payment Type free
Supported Languages 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": []
}