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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amorenoo และคุณลักษณะหลักของมันคือ "Handy extension to convert 15 digit IDs to 18 digit IDs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 15 to 18 Digit ID Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 15 to 18 Digit ID Converter 15 to 18 Digit ID Converter
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
}