Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
Что такое Salesforce Sandbox Version?
Salesforce Sandbox Version - это расширение Chrome, разработанное https://pcon.github.io, и его основная функция - "Shows your salesforce sandbox version next to your sandbox host".
Снимки экрана расширения
Скачать файл CRX расширения Salesforce Sandbox Version
Скачайте файлы расширений Salesforce Sandbox Version в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of having to manually look at what version your sandboxes are? Well, let a computer do all that tedious work for you! This extension will load an icon and alt text next to your instance name so you can see if the sandbox is a spring/summer/winter instance.
Основная информация о расширении
Название | Salesforce Sandbox Version |
ID | lggmdcnfdkoogifabfihligfjinpaiom |
Официальный URL | https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom |
Описание | Shows your salesforce sandbox version next to your sandbox host |
Размер файла | 66.49 KB |
Количество установок | 65 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2019-05-31 |
Дата публикации | 2019-05-30 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | https://pcon.github.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Sandbox Version", "short_name": "sandboxver", "version": "1.1.2", "description": "Shows your salesforce sandbox version next to your sandbox host", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": { "name": "Patrick Connelly", "email": "[email protected]", "url": "http:\/\/connelly.dev" }, "permissions": [ "https:\/\/*.salesforce.com\/07E*", "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home" ], "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/07E*", "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home" ], "js": [ "jquery.min.js", "axios.min.js", "q.js", "content.js" ], "all_frames": true } ], "manifest_version": 2 } |