SalesForce Id Lookup

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

Что такое SalesForce Id Lookup?

SalesForce Id Lookup - это расширение Chrome, разработанное https://moshekarmel.com, и его основная функция - "This extension will Take a SalesForce Id and open up the actual record in SalesForce".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SalesForce Id Lookup

Скачайте файлы расширений SalesForce Id Lookup в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название SalesForce Id Lookup SalesForce Id Lookup
ID enkbgagpjeooofnjhijhoedoghfleipp
Официальный URL https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp
Описание This extension will Take a SalesForce Id and open up the actual record in SalesForce
Размер файла 7.81 KB
Количество установок 395
Текущая Версия 1.3
Последнее Обновление 2015-06-05
Дата публикации 2015-06-05
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://moshekarmel.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": []
}