15 to 18 Digit ID Converter
Handy extension to convert 15 digit IDs to 18 digit IDs.
15 to 18 Digit ID Converterとは何ですか?
15 to 18 Digit ID Converterはamorenooによって開発されたChromeの拡張機能で、その主な機能は「Handy extension to convert 15 digit IDs to 18 digit IDs.」です。
拡張機能のスクリーンショット
15 to 18 Digit ID Converter拡張機能のCRXファイルをダウンロード
15 to 18 Digit ID Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a handy extension to convert Salesforce 15 digit IDs to 18 digit IDs. 拡張機能の基本情報
| 名前 | |
| ID | hjckmeeoamkjlfljoddpmblkbmbiaigf |
| 公式URL | https://chromewebstore.google.com/detail/15-to-18-digit-id-convert/hjckmeeoamkjlfljoddpmblkbmbiaigf |
| 説明 | Handy extension to convert 15 digit IDs to 18 digit IDs. |
| ファイルサイズ | 19.87 KB |
| インストール数 | 626 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2019-01-13 |
| 公開日 | 2019-01-13 |
| 開発者 | amorenoo |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "15 to 18 Digit ID Converter",
"version": "1.1",
"description": "Handy extension to convert 15 digit IDs to 18 digit IDs.",
"permissions": [
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "main.html",
"default_icon": {
"16": "images\/15to18id_icon16.png",
"32": "images\/15to18id_icon32.png",
"48": "images\/15to18id_icon48.png",
"128": "images\/15to18id_icon128.png"
}
},
"icons": {
"16": "images\/15to18id_icon16.png",
"32": "images\/15to18id_icon32.png",
"48": "images\/15to18id_icon48.png",
"128": "images\/15to18id_icon128.png"
},
"manifest_version": 2
} | |