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”。
扩展截图
下载SF 15 to 18扩展crx文件
下载SF 15 to 18扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |