SalesForce Id Lookup

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

Apa itu SalesForce Id Lookup?

SalesForce Id Lookup adalah ekstensi Chrome yang dikembangkan oleh https://moshekarmel.com, dan fitur utamanya adalah "This extension will Take a SalesForce Id and open up the actual record in SalesForce".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SalesForce Id Lookup

Unduh file ekstensi SalesForce Id Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SalesForce Id Lookup SalesForce Id Lookup
ID enkbgagpjeooofnjhijhoedoghfleipp
URL Resmi https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp
Deskripsi This extension will Take a SalesForce Id and open up the actual record in SalesForce
Ukuran File 7.81 KB
Jumlah Instalasi 395
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-06-05
Tanggal Publikasi 2015-06-05
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://moshekarmel.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}