Salesforce

Work with Salesforce records directly in your browser.

Salesforceคืออะไร?

Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salesforce และคุณลักษณะหลักของมันคือ "Work with Salesforce records directly in your browser."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sales Cloud Everywhere lets you work on your to-do’s, see engagement alerts, create records, and update multiple records. You can use it in your Gmail inbox, or in a standalone window alongside any web page.

- Sell where you work: Move deals forward as you move around the web.
- Access data anywhere: Bring context to every conversation.
- Accelerate deals with real-time buyer data: Engage with people who want to engage with you.

What you can do with Sales Cloud Everywhere:

- Work with Salesforce directly in Gmail.
- View, sort, and complete tasks like sending emails, reaching out on LinkedIn, and updating records, without returning to Salesforce.com.
- Connect Salesforce to your Calendar and send calendar links, set availability, and more.
- Get real time notifications of recent engagements as you browse the web.
- Create and update records from within your Chrome web browser without leaving the current page.
- Access and quickly update CRM records like leads, opportunities, and contacts.

If you can’t access Salesforce via the extension, ask your Salesforce admin for help. 

Review the app’s terms of service: https://c1.sfdcstatic.com/content/dam/web/en_us/www/documents/legal/Agreements/software-order-form-supplements/gmail-integration-order-form-supplement.pdf                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Salesforce
ID jjghhkepijgakdammjldcbnjehfkfmha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce/jjghhkepijgakdammjldcbnjehfkfmha
คำอธิบาย Work with Salesforce records directly in your browser.
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 400,824
เวอร์ชันปัจจุบัน 2.246.7
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2020-07-01
คะแนน 4.39/5 รวมทั้งหมด 1411 คะแนน
ผู้พัฒนา Salesforce
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.salesforce.com/company/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce",
    "short_name": "Salesforce",
    "description": "Work with Salesforce records directly in your browser.",
    "incognito": "split",
    "icons": {
        "16": "common\/img\/cloud_logo_16.png",
        "48": "common\/img\/cloud_logo_48.png",
        "128": "common\/img\/cloud_logo_128.png"
    },
    "action": {
        "default_icon": "common\/img\/cloud_logo_256.png",
        "default_title": "Salesforce"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Command+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail\/js\/bootstrap.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "gcal\/js\/bootstrap.bundle.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/html\/options.html"
    },
    "side_panel": {
        "default_path": "salesforce\/companion.html"
    },
    "permissions": [
        "management",
        "storage",
        "declarativeNetRequest",
        "cookies",
        "sidePanel",
        "idle"
    ],
    "optional_permissions": [
        "activeTab",
        "notifications",
        "system.display",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/calendar.google.com\/",
        "*:\/\/*.googleusercontent.com\/*",
        "*:\/\/*.salesforceiq.com\/*",
        "https:\/\/*.salesforce.com\/",
        "https:\/\/*.force.com\/",
        "https:\/\/*.visualforce.com\/",
        "https:\/\/*.cloudforce.com\/",
        "https:\/\/*.my-lightning.com\/",
        "https:\/\/*.crmforce.com\/",
        "https:\/\/*.my-salesforce\/",
        "https:\/\/*.crm.dev\/"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "redirect_pixel_request",
                "enabled": true,
                "path": "redirect_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "common\/fonts\/SalesforceSans-Regular.woff2",
                "common\/fonts\/SalesforceSans-Regular.woff",
                "common\/img\/SFLogo.svg",
                "common\/img\/chevronright.svg",
                "gmail\/js\/embedded.bundle.js",
                "gmail\/css\/embedded.css",
                "gcal\/js\/embedded.bundle.js",
                "gcal\/css\/embedded.css",
                "lib\/module*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ]
        },
        {
            "resources": [
                "everywhere\/assets\/*",
                "salesforce\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "2.246.7"
}