Salesforce Case Notifier

Instant Desktop Notifications when a Case arrives in your Salesforce.com Org.

Salesforce Case Notifierคืออะไร?

Salesforce Case Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dazeworks Apps และคุณลักษณะหลักของมันคือ "Instant Desktop Notifications when a Case arrives in your Salesforce.com Org."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Does your day involve constantly watching and refreshing your Salesforce org for support Cases recently logged by customers? If the answer is yes, then we have just the thing for you. 

We understand that your customer expects instant gratification and responses to their problems. That's why we wanted to ensure that you never miss a notification from them. We bring you the Salesforce Case Notifier - a Chrome Extension that can make your life a whole lot easier. 

You can now get instant Desktop Notifications each time a customer raises a Case. The best part is that you don't even have to be logged into your Salesforce org! All you need is a working internet connection and an open browser and you are good to go. So you know what that means - you now have more time for your favorite cat videos!

made with love from dazeworks
www.dazeworks.com                    

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

ชื่อ Salesforce Case Notifier Salesforce Case Notifier
ID baabbccjecolffbbbikjcmdnpfdnpimi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-case-notifier/baabbccjecolffbbbikjcmdnpfdnpimi
คำอธิบาย Instant Desktop Notifications when a Case arrives in your Salesforce.com Org.
ขนาดไฟล์ 906 KB
จำนวนการติดตั้ง 1,350
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2017-07-08
วันที่เผยแพร่ 2017-07-08
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dazeworks Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.dazeworks.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Case Notifier",
    "version": "1.1.5",
    "description": "Instant Desktop Notifications when a Case arrives in your Salesforce.com Org.",
    "icons": {
        "16": "assets\/img\/case16.png",
        "48": "assets\/img\/case48.png",
        "128": "assets\/img\/case128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/case16.png",
        "default_popup": "assets\/pages\/popup.html"
    },
    "author": "Dazeworks Technologies Pvt. Ltd.",
    "background": {
        "page": "assets\/pages\/background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "43",
    "oauth2": {
        "client_id": "3MVG9d8..z.hDcPIUqOUHODZ5nINX0lqHbOLp5MPsZy7yjTw2EAbtDA3LhdeDY1iKY5RIbptgN5yGJx3Xk5Np",
        "client_secret": "2846049325425486928",
        "redirect_uri": "https:\/\/onlhedmldcgbkhepkfokokllbjgbfejl.chromiumapp.org\/",
        "authorize": "https:\/\/login.salesforce.com\/services\/oauth2\/authorize?response_type=code&client_id={0}&redirect_uri={1}&prompt=login",
        "token": "https:\/\/login.salesforce.com\/services\/oauth2\/token",
        "access_token": "client_id={0}&client_secret={1}&grant_type=authorization_code&redirect_uri={2}&code={3}",
        "refresh_token": "client_id={0}&client_secret={1}&grant_type=refresh_token&refresh_token={2}",
        "scopes": []
    },
    "options_page": "assets\/pages\/options.html",
    "permissions": [
        "identity",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.salesforce.com\/*"
    ]
}