Amazon Connect Screen Pop

Amazon Connect Contact Control Panel (CCP) Screen Pop

Amazon Connect Screen Pop क्या है?

Amazon Connect Screen Pop Purple Network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon Connect Contact Control Panel (CCP) Screen Pop"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Connect Screen Pop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Screen Pop for Amazon Connect. Brought to you by Purple Network.

Boost inbound call productivity by automatically screen pop to any CRM or web apps.  Works with default Amazon Connect CCP.

How to use?
1 From Chrome, navigate to Settings > Extensions > Amazon Connect Screen Pop > click on Extension options (at the bottom).
2 Configure the Screen Pop URL with parameters.
3 Login to Amazon Connect CCP.                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Connect Screen Pop Amazon Connect Screen Pop
ID nalmhjebameiamloehbfbehclbicjdgc
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-connect-screen-pop/nalmhjebameiamloehbfbehclbicjdgc
विवरण Amazon Connect Contact Control Panel (CCP) Screen Pop
फ़ाइल का आकार 27.41 KB
स्थापना संख्या 62
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-02-15
प्रकाशन तिथि 2023-02-11
डेवलपर Purple Network
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Connect Screen Pop",
    "version": "1.1",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        }
    },
    "description": "Amazon Connect Contact Control Panel (CCP) Screen Pop",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Purple Network",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.my.connect.aws\/ccp-v2*",
                "https:\/\/*.my.connect.aws\/agent-app-v2*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.my.connect.aws\/*"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "version_name": "1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/content-script.js"
            ],
            "matches": [
                "https:\/\/*.my.connect.aws\/*"
            ]
        }
    ]
}