Force.com Code Magnet
Backup any Apex class,Visualforce Page or Trigger in a click
Что такое Force.com Code Magnet?
Force.com Code Magnet - это расширение Chrome, разработанное SFDC.FOOL, и его основная функция - "Backup any Apex class,Visualforce Page or Trigger in a click".
Снимки экрана расширения
Скачать файл CRX расширения Force.com Code Magnet
Скачайте файлы расширений Force.com Code Magnet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Apart from the traditional download button for an apex class this tiny lite weight extension adds a button to any standard Salesforce coding environment like Apex Class details/Edit view,VisualForce Page details/Edit view,Trigger Details/Edit view or even in the force.com development toolbar to quickly download a copy of the code you have.The extension also keeps track of the last backup time stamp in a colorful way.
Основная информация о расширении
Название | |
ID | jpiacigbgigobgckoimppkecglbmlmac |
Официальный URL | https://chrome.google.com/webstore/detail/forcecom-code-magnet/jpiacigbgigobgckoimppkecglbmlmac |
Описание | Backup any Apex class,Visualforce Page or Trigger in a click |
Размер файла | 299 KB |
Количество установок | 27 |
Текущая Версия | 1.2 |
Последнее Обновление | 2015-09-20 |
Дата публикации | 2015-09-20 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | SFDC.FOOL |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force.com Code Magnet", "description": "Backup any Apex class,Visualforce Page or Trigger in a click", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.visual.force.com\/*" ], "js": [ "j_2.1.4.min.js", "popup_helper.js" ] } ] } |