Force.com Code Magnet

Backup any Apex class,Visualforce Page or Trigger in a click

什么是Force.com Code Magnet?

Force.com Code Magnet是由SFDC.FOOL开发的Chrome扩展程序,该扩展的主要功能是“Backup any Apex class,Visualforce Page or Trigger in a click”。

扩展截图

screenshot

下载Force.com Code Magnet扩展crx文件

下载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.                    

扩展基本信息

名称 Force.com Code Magnet Force.com Code Magnet
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"
            ]
        }
    ]
}