SalesForce Id Lookup

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

Co je SalesForce Id Lookup?

SalesForce Id Lookup je rozšíření Chrome vyvinuté https://moshekarmel.com, a jeho hlavní funkcí je „This extension will Take a SalesForce Id and open up the actual record in SalesForce“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SalesForce Id Lookup

Stáhněte si soubory rozšíření SalesForce Id Lookup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název SalesForce Id Lookup SalesForce Id Lookup
ID enkbgagpjeooofnjhijhoedoghfleipp
Oficiální URL https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp
Popis This extension will Take a SalesForce Id and open up the actual record in SalesForce
Velikost souboru 7.81 KB
Počet instalací 395
Aktuální Verze 1.3
Poslední Aktualizace 2015-06-05
Datum Vydání 2015-06-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://moshekarmel.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}