SF 15 to 18

Convert Salesforce 15 char Id's to 18

SF 15 to 18 là gì?

SF 15 to 18 là một tiện ích mở rộng Chrome được phát triển bởi ARC App Publishing, và tính năng chính của nó là "Convert Salesforce 15 char Id's to 18".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SF 15 to 18

Tải xuống các tệp mở rộng SF 15 to 18 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

                        Salesforce uses case-sensitive 15 char Id's and 18 char case-insensitive Id's, for use in external systems that don't do case-sensitive matches, such as Excel or SQL Server. 
This app simply takes 15 char Id's - on their own, or in a list (one per line, or separated by commas or semi-colons) and returns a list of the 18 char versions. 
Paste them into the top box then simply click the 18 char text box, and all the Id's will be converted and copied to your clipboard ready for use.                    

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

Tên SF 15 to 18 SF 15 to 18
ID cogllpmaoflgaekieefhmglbpgdgmoeg
URL Chính Thức https://chromewebstore.google.com/detail/sf-15-to-18/cogllpmaoflgaekieefhmglbpgdgmoeg
Mô tả Convert Salesforce 15 char Id's to 18
Kích Thước Tệp 41.37 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2020-08-22
Ngày Phát Hành 2019-08-01
Nhà Phát Triển ARC App Publishing
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adam Cadman",
    "description": "Convert Salesforce 15 char Id's to 18",
    "name": "SF 15 to 18",
    "short_name": "SF 15\/18",
    "version": "2.1",
    "offline_enabled": true,
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}