Copy Salesforce Code

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

Apa itu Copy Salesforce Code?

Copy Salesforce Code adalah ekstensi Chrome yang dikembangkan oleh Hemendra Singh Rajawat, dan fitur utamanya adalah "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Copy Salesforce Code

Unduh file ekstensi Copy Salesforce Code 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

                        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.                    

Informasi Dasar Ekstensi

Nama Copy Salesforce Code Copy Salesforce Code
ID nmbfpjnjhckcffgpcdahlebepedkoaib
URL Resmi https://chrome.google.com/webstore/detail/copy-salesforce-code/nmbfpjnjhckcffgpcdahlebepedkoaib
Deskripsi Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.
Ukuran File 1.97 MB
Jumlah Instalasi 141
Versi Saat Ini 2.3.1
Terakhir Diperbarui 2020-05-05
Tanggal Publikasi 2020-05-05
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Hemendra Singh Rajawat
Tipe Pembayaran free
Bahasa yang Didukung 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"
}