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"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Search Context Menu

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Search Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
}