SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
ما هو SalesForce Id Lookup؟
SalesForce Id Lookup هو إضافة Chrome تم تطويرها بواسطة https://moshekarmel.com، والميزة الرئيسية لها هي "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SalesForce Id Lookup
قم بتنزيل ملفات الامتداد SalesForce Id Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16". معلومات أساسية عن التمديد
| الاسم | |
| ID | enkbgagpjeooofnjhijhoedoghfleipp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
| الوصف | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
| حجم الملف | 7.81 KB |
| عدد التثبيتات | 395 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2015-06-05 |
| تاريخ النشر | 2015-06-05 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://moshekarmel.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SalesForce Id Lookup",
"description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce",
"version": "1.3",
"browser_action": {
"default_icon": "cloud_icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": []
} | |