SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
Что такое SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console - это расширение Chrome, разработанное Triangle™, и его основная функция - "Beautify Salesforce Developer Console".
Снимки экрана расширения
Скачать файл CRX расширения SANGAM : Enhance Salesforce Developer Console
Скачайте файлы расширений SANGAM : Enhance Salesforce Developer Console в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
*** SANGAM: Enhance Salesforce Developer Console *** Light background themes Dark background themes Gray background themes easily swap themes Color schema for matching brackets, comments, keywords, variable, line number and methods.
Основная информация о расширении
Название | SANGAM : Enhance Salesforce Developer Console |
ID | kgacbagondehhgalonakppblcmhelbjg |
Официальный URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
Описание | Beautify Salesforce Developer Console |
Размер файла | 2.51 MB |
Количество установок | 82 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2017-01-03 |
Дата публикации | 2017-01-02 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Triangle™ |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SANGAM : Enhance Salesforce Developer Console", "short_name": "Sangam", "description": "Beautify Salesforce Developer Console", "version": "0.0.3", "icons": { "16": "icons\/icon128.png", "24": "icons\/icon24.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon24.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "run_at": "document_start" } ], "options_page": "welcome\/index.html", "permissions": [ "storage" ] } |