Force.com Code Magnet

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

Apa itu Force.com Code Magnet?

Force.com Code Magnet adalah ekstensi Chrome yang dikembangkan oleh SFDC.FOOL, dan fitur utamanya adalah "Backup any Apex class,Visualforce Page or Trigger in a click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Force.com Code Magnet

Unduh file ekstensi Force.com Code Magnet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Force.com Code Magnet Force.com Code Magnet
ID jpiacigbgigobgckoimppkecglbmlmac
URL Resmi https://chrome.google.com/webstore/detail/forcecom-code-magnet/jpiacigbgigobgckoimppkecglbmlmac
Deskripsi Backup any Apex class,Visualforce Page or Trigger in a click
Ukuran File 299 KB
Jumlah Instalasi 27
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-09-20
Tanggal Publikasi 2015-09-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang SFDC.FOOL
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}