Salesforce Utility

Utility tools for Salesforce

Salesforce Utility là gì?

Salesforce Utility là một tiện ích mở rộng Chrome được phát triển bởi Matthew, và tính năng chính của nó là "Utility tools for Salesforce".

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Utility

Tải xuống các tệp mở rộng Salesforce Utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Current features:
v2.3.1
- Check all and uncheck all Read Only/Edit/Enabled in Permission Sets
v2.3
- Check all and uncheck all Read Only/Edit in Field Level Security in Profiles
v2.2.3
- View all APEX classes at once
- View all triggers at once
- View all VisualForce Pages at once
- Increase APEX Class coding height
- Static warning bar at top of page in production environment                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Utility Salesforce Utility
ID dlfabakdfnfmndnnmnmkebjhoaenkimp
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp
Mô tả Utility tools for Salesforce
Kích Thước Tệp 89.7 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 2.3.4
Cập Nhật Lần Cuối 2017-01-03
Ngày Phát Hành 2017-01-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Matthew
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Utility",
    "description": "Utility tools for Salesforce",
    "version": "2.3.4",
    "permissions": [
        "webRequest",
        "https:\/\/*.salesforce.com\/*",
        "http:\/\/*.salesforce.com\/*"
    ],
    "icons": {
        "16": "logo.jpg",
        "48": "logo.jpg",
        "128": "logo.jpg"
    },
    "page_action": {
        "default_icon": "logo.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "http:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "jquery\/jquery.js",
                "content-script.js"
            ]
        }
    ]
}