Copy Salesforce Code

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

ما هو Copy Salesforce Code؟

Copy Salesforce Code هو إضافة Chrome تم تطويرها بواسطة Hemendra Singh Rajawat، والميزة الرئيسية لها هي "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Copy Salesforce Code

قم بتنزيل ملفات الامتداد Copy Salesforce Code بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Copy Salesforce Code Copy Salesforce Code
ID nmbfpjnjhckcffgpcdahlebepedkoaib
عنوان URL الرسمي https://chrome.google.com/webstore/detail/copy-salesforce-code/nmbfpjnjhckcffgpcdahlebepedkoaib
الوصف Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.
حجم الملف 1.97 MB
عدد التثبيتات 141
النسخة الحالية 2.3.1
آخر تحديث 2020-05-05
تاريخ النشر 2020-05-05
تقييم 4.80/5 مجموع تقييمات 5
المطور Hemendra Singh Rajawat
نوع الدفع free
اللغات المدعومة 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"
}