Salesforce Org Credentials

This extension to store force.com org Credentials.

Что такое Salesforce Org Credentials?

Salesforce Org Credentials - это расширение Chrome, разработанное ratan.paul22, и его основная функция - "This extension to store force.com org Credentials.".

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

screenshot

Скачать файл CRX расширения Salesforce Org Credentials

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

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

                        This App to store the salesforce org credentials                    

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

Название Salesforce Org Credentials Salesforce Org Credentials
ID bnoghienpbnblhpmoeamfgjjcjikagkh
Официальный URL https://chromewebstore.google.com/detail/salesforce-org-credential/bnoghienpbnblhpmoeamfgjjcjikagkh
Описание This extension to store force.com org Credentials.
Размер файла 226 KB
Количество установок 30
Текущая Версия 1.0
Последнее Обновление 2016-11-11
Дата публикации 2016-11-11
Разработчик ratan.paul22
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Org Credentials",
    "description": "This extension to store force.com org Credentials.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}