15 to 18 Digit ID Converter

Handy extension to convert 15 digit IDs to 18 digit IDs.

Wat is 15 to 18 Digit ID Converter?

15 to 18 Digit ID Converter is een Chrome-extensie ontwikkeld door amorenoo, en de belangrijkste functie is "Handy extension to convert 15 digit IDs to 18 digit IDs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 15 to 18 Digit ID Converter

Download 15 to 18 Digit ID Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a handy extension to convert Salesforce 15 digit IDs to 18 digit IDs.                    

Basisinformatie over de Extensie

Naam 15 to 18 Digit ID Converter 15 to 18 Digit ID Converter
ID hjckmeeoamkjlfljoddpmblkbmbiaigf
Officiële URL https://chromewebstore.google.com/detail/15-to-18-digit-id-convert/hjckmeeoamkjlfljoddpmblkbmbiaigf
Beschrijving Handy extension to convert 15 digit IDs to 18 digit IDs.
Bestandsgrootte 19.87 KB
Aantal Installaties 626
Huidige Versie 1.1
Laatst Bijgewerkt 2019-01-13
Publicatiedatum 2019-01-13
Ontwikkelaar amorenoo
Betalingswijze free
Ondersteunde Talen 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
}