SFDC Console
Just opens the Developer Console in new Tab
ما هو SFDC Console؟
SFDC Console هو إضافة Chrome تم تطويرها بواسطة Kamal Thakur، والميزة الرئيسية لها هي "Just opens the Developer Console in new Tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SFDC Console
قم بتنزيل ملفات الامتداد SFDC Console بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open ups the Salesforce Developer Console in New Tab with just one click. It will only works on Salesforce.com websites and Force.com websites.
معلومات أساسية عن التمديد
الاسم | SFDC Console |
ID | eeeeobhnlbmdckdncgflimpaianinamf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf |
الوصف | Just opens the Developer Console in new Tab |
حجم الملف | 16.47 KB |
عدد التثبيتات | 198 |
النسخة الحالية | 1 |
آخر تحديث | 2019-06-09 |
تاريخ النشر | 2019-06-09 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Kamal Thakur |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFDC Console", "version": "1", "description": "Just opens the Developer Console in new Tab", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "manifest_version": 2 } |