Salesforce Search Context Menu
Allows searching for selected text on Salesforce
ما هو Salesforce Search Context Menu؟
Salesforce Search Context Menu هو إضافة Chrome تم تطويرها بواسطة Alex Toumey، والميزة الرئيسية لها هي "Allows searching for selected text on Salesforce".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salesforce Search Context Menu
قم بتنزيل ملفات الامتداد Salesforce Search Context Menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows searching for selected text on Salesforce. You'll need to have an active session on salesforce.com for it to work. Very useful for searching for eCase numbers that have been mentioned in emails or instant messages!
معلومات أساسية عن التمديد
الاسم | Salesforce Search Context Menu |
ID | jihoilcbhfjdbnaapegnhhnbpbelheij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salesforce-search-context/jihoilcbhfjdbnaapegnhhnbpbelheij |
الوصف | Allows searching for selected text on Salesforce |
حجم الملف | 21.24 KB |
عدد التثبيتات | 288 |
النسخة الحالية | 0.3 |
آخر تحديث | 2018-10-26 |
تاريخ النشر | 2018-10-26 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Alex Toumey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Search Context Menu", "description": "Allows searching for selected text on Salesforce", "version": "0.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "salesforcesearch.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |