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"
            ]
        }
    ]
}