Quick Lightning Components
Quick Lightning Components
Что такое Quick Lightning Components?
Quick Lightning Components - это расширение Chrome, разработанное sehrab.goyal000, и его основная функция - "Quick Lightning Components".
Снимки экрана расширения
Скачать файл CRX расширения Quick Lightning Components
Скачайте файлы расширений Quick Lightning Components в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Can't see LWC Components in your Salesforce Org ! Say No More - We have the perfect tool for you, Now you can not just list but see and download your LWC Components in 1 Click !
Built with LWC OSS
Built with Lightning Base Components
Lightning Fast !!!
*Considerations*
> This App uses 1 API call against the Target when any Component is loaded
> This App uses Browser Cookies
> This App requires a New Tab
> This App is tested against Sandboxes and Developer Orgs , It currently doesn't work with Scratch orgs.
> This App is tested against Lightning and Classic Domains, It currently doesn't work with Visualforce/Experience Cloud Domains. Основная информация о расширении
| Название | |
| ID | ikmpfkdgpgpkcnpabedhnlelcipnddlc |
| Официальный URL | https://chromewebstore.google.com/detail/quick-lightning-component/ikmpfkdgpgpkcnpabedhnlelcipnddlc |
| Описание | Quick Lightning Components |
| Размер файла | 7.07 MB |
| Количество установок | 308 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2021-04-08 |
| Дата публикации | 2021-04-08 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | sehrab.goyal000 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Lightning Components",
"description": "Quick Lightning Components",
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": ".\/resources\/lwc.png",
"32": ".\/resources\/lwc.png",
"48": ".\/resources\/lwc.png",
"128": ".\/resources\/lwc.png"
},
"browser_action": {
"default_title": "Index"
},
"background": {
"scripts": [
".\/resources\/background.js"
]
},
"minimum_chrome_version": "61",
"permissions": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.force.com\/*",
"cookies",
"tabs"
]
} | |