15 to 18 Digit ID Converter
Handy extension to convert 15 digit IDs to 18 digit IDs.
What is 15 to 18 Digit ID Converter?
15 to 18 Digit ID Converter is a Chrome extension developed by amorenoo, and its main feature is "Handy extension to convert 15 digit IDs to 18 digit IDs.".
Extension Screenshots
Download 15 to 18 Digit ID Converter Extension CRX File
Download 15 to 18 Digit ID Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a handy extension to convert Salesforce 15 digit IDs to 18 digit IDs.
Extension Basic Information
Name | 15 to 18 Digit ID Converter |
ID | hjckmeeoamkjlfljoddpmblkbmbiaigf |
Official URL | https://chromewebstore.google.com/detail/15-to-18-digit-id-convert/hjckmeeoamkjlfljoddpmblkbmbiaigf |
Description | Handy extension to convert 15 digit IDs to 18 digit IDs. |
File Size | 19.87 KB |
Installation Count | 626 |
Current Version | 1.1 |
Last Updated | 2019-01-13 |
Publish Date | 2019-01-13 |
Developer | amorenoo |
Payment Type | free |
Supported Languages | 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 } |