SF 15 to 18
Convert Salesforce 15 char Id's to 18
ما هو SF 15 to 18؟
SF 15 to 18 هو إضافة Chrome تم تطويرها بواسطة ARC App Publishing، والميزة الرئيسية لها هي "Convert Salesforce 15 char Id's to 18".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SF 15 to 18
قم بتنزيل ملفات الامتداد SF 15 to 18 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 } |