Force.com Code Magnet

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

Qu'est-ce que Force.com Code Magnet ?

Force.com Code Magnet est une extension Chrome développée par SFDC.FOOL, et sa fonction principale est "Backup any Apex class,Visualforce Page or Trigger in a click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Force.com Code Magnet

Téléchargez les fichiers d'extension Force.com Code Magnet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Force.com Code Magnet Force.com Code Magnet
ID jpiacigbgigobgckoimppkecglbmlmac
URL Officiel https://chrome.google.com/webstore/detail/forcecom-code-magnet/jpiacigbgigobgckoimppkecglbmlmac
Description Backup any Apex class,Visualforce Page or Trigger in a click
Taille du Fichier 299 KB
Nombre d'Installations 27
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-20
Date de Publication 2015-09-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur SFDC.FOOL
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}