Salesforce Change Set Turbo

Create change sets faster than ever! Boost your productivity with this google chrome change set helper extension!

ما هو Salesforce Change Set Turbo؟

Salesforce Change Set Turbo هو إضافة Chrome تم تطويرها بواسطة Krazzze، والميزة الرئيسية لها هي "Create change sets faster than ever! Boost your productivity with this google chrome change set helper extension!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Salesforce Change Set Turbo

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

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

                        Turbo charge your admin power during code deployments! Boost your productivity with this google chrome change set helper extension!

*** Version 2.2 (Bugfix & UI Label Changes)****

1. Fixed bug: If record type is included then All option doesn't work in view mode
2. Fixed bug: Show All Components in edit mode is limited to 1000 records per page. Updated the link label to "Show More Components on Page".

*** Version 2.1 (New & Improved) ****

1. New ajaxified interface for adding as well as removing components.
2. Introduced "view" and "edit" mode for removing/ adding components respectively. Everything can be done from a single screen and without page reload!
3. View last modified date, last modified by, report folder name.
4. Search/ sort/ group by individual columns as well as search globally.
5. Remove multiple components by selecting manually or uploading CSV. 
6. Matching columns are highlighted in yellow. Removed restriction where number of CSV columns should match with number of columns on screen.Only requirement is all CSV columns should be visible on screen and should match.
7. Configure different options to suit your need.
...
and many more improvements. Visit extenstion options page for complete list.

*** Version 1.5.3 ****

1. Fixed issue of incorrect generation of unmatched rows CSV file when there are duplicates in the original csv


*** Version 1.5.2 ****

1. View field and object API names when "Custom Field" is selected from the Component Type dropdown!

2. Filter by object API name when viewing custom fields!

3. Upload a CSV file of components and let this extension automatically match and mark components at once. Please note that all CSV header columns should be visible in the current screen. Column names are case-insensitive and should not necessarily be in the same order as displayed in the current screen. Rows which couldn't be matched can be downloaded using "Download unmatched rows" link.

4. Real time search for all displayed columns!

5. View all records at once instead of having to click on "Show More" or "Next Page" multiple times.                    

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

الاسم Salesforce Change Set Turbo Salesforce Change Set Turbo
ID dlcjllapchpeedkecmhfnpfenpbglioo
عنوان URL الرسمي https://chromewebstore.google.com/detail/salesforce-change-set-tur/dlcjllapchpeedkecmhfnpfenpbglioo
الوصف Create change sets faster than ever! Boost your productivity with this google chrome change set helper extension!
حجم الملف 100 KB
عدد التثبيتات 3,141
النسخة الحالية 2.2
آخر تحديث 2017-09-12
تاريخ النشر 2017-09-12
تقييم 4.44/5 مجموع تقييمات 34
المطور Krazzze
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Change Set Turbo",
    "short_name": "SF CS Turbo",
    "version": "2.2",
    "description": "Create change sets faster than ever! Boost your productivity with this google chrome change set helper extension!",
    "author": "Krazzze",
    "browser_action": {
        "default_title": "Salesforce Change Set Turbo",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/p\/mfpkg\/AddToPackageFromChangeMgmtUi*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/url.min.js",
                "js\/redirect.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/p\/mfpkg\/AddToPackageFromChangeMgmtUi*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/common.min.css",
                "css\/jquery.dataTables.min.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/jquery.csv.min.js",
                "js\/jquery.dataTables.min.js",
                "js\/connection36.min.js",
                "js\/salesforce-metadata.min.js",
                "js\/url.min.js",
                "js\/fetch.min.js",
                "js\/addremove.min.js",
                "js\/init.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/changemgmt\/outboundChangeSetDetailPage*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/url.min.js",
                "js\/detail.min.js",
                "js\/init.min.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "icons\/line-loader-small.gif"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}