Copy Salesforce Code

Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.

What is Copy Salesforce Code?

Copy Salesforce Code is a Chrome extension developed by Hemendra Singh Rajawat, and its main feature is "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Copy Salesforce Code Extension CRX File

Download Copy Salesforce Code extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To copy Salesforce code, you need to select the whole code manually by scrolling till the end of code and this gets annoying and time taking when you have large codes. 

"Copy Salesforce Code" extension provide copy button to easily copy the code. It works for Apex Class, Apex Triggers and Visualforce Page and Formula Field codes.                    

Extension Basic Information

Name Copy Salesforce Code Copy Salesforce Code
ID nmbfpjnjhckcffgpcdahlebepedkoaib
Official URL https://chrome.google.com/webstore/detail/copy-salesforce-code/nmbfpjnjhckcffgpcdahlebepedkoaib
Description Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.
File Size 1.97 MB
Installation Count 141
Current Version 2.3.1
Last Updated 2020-05-05
Publish Date 2020-05-05
Rating 4.80/5 Total 5 Ratings
Developer Hemendra Singh Rajawat
Payment Type free
Supported Languages en
manifest.json
{
    "name": "Copy Salesforce Code",
    "version": "2.3.1",
    "manifest_version": 2,
    "description": "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.",
    "author": "Hemendra Singh Rajawat",
    "icons": {
        "16": "static\/img\/icons\/Icon-16.png",
        "32": "static\/img\/icons\/Icon-32.png",
        "48": "static\/img\/icons\/Icon-48.png",
        "64": "static\/img\/icons\/Icon-64.png",
        "128": "static\/img\/icons\/Icon-128.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/CopySalesforceCode.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "static\/js\/functions.js",
                "static\/js\/contentscript.js"
            ],
            "css": [
                "static\/css\/style.min.css"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx?response=updatecheck&x=id%3Dnmbfpjnjhckcffgpcdahlebepedkoaib%26uc"
}