SF 15 to 18

Convert Salesforce 15 char Id's to 18

SF 15 to 18란 무엇입니까?

SF 15 to 18은(는) ARC App Publishing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert Salesforce 15 char Id's to 18"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SF 15 to 18 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SF 15 to 18 SF 15 to 18
ID cogllpmaoflgaekieefhmglbpgdgmoeg
공식 URL https://chromewebstore.google.com/detail/sf-15-to-18/cogllpmaoflgaekieefhmglbpgdgmoeg
설명 Convert Salesforce 15 char Id's to 18
파일 크기 41.37 KB
설치 횟수 383
현재 버전 2.1
최근 업데이트 2020-08-22
출시 날짜 2019-08-01
개발자 ARC App Publishing
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}