Companion for Cisco Finesse

Keep track of your Finesse state without looking at the Finesse tab.

Companion for Cisco Finesse là gì?

Companion for Cisco Finesse là một tiện ích mở rộng Chrome được phát triển bởi https://squareo.com, và tính năng chính của nó là "Keep track of your Finesse state without looking at the Finesse tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Companion for Cisco Finesse

Tải xuống các tệp mở rộng Companion for Cisco Finesse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This free extensions adds some handy features.
- Sends a notification if you've been in Not Ready for a configurable length of time.
- Sends a notification if Finesse has lost connection.
- Click on the extension icon to open or find Finesse.
- Keyboard short cut to get to Finesse quickly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Companion for Cisco Finesse Companion for Cisco Finesse
ID lfgpecpdpddcgaihofdmlioloenconjl
URL Chính Thức https://chromewebstore.google.com/detail/companion-for-cisco-fines/lfgpecpdpddcgaihofdmlioloenconjl
Mô tả Keep track of your Finesse state without looking at the Finesse tab.
Kích Thước Tệp 73.17 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2021-03-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://squareo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://companion.ccshift.com/
URL Trang Trợ Giúp https://companion.ccshift.com/index.html#contact
URL Trang Chính Sách Bảo Mật https://companion.ccshift.com/faq.html
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.1",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "default_locale": "en",
    "commands": {
        "find-finesse": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "__MSG_commandDescription__"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/desktop\/*",
                "http:\/\/*\/desktop\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/finesseState16.png",
            "32": "images\/finesseState32.png",
            "48": "images\/finesseState48.png",
            "128": "images\/finesseState128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/finesseState16.png",
        "32": "images\/finesseState32.png",
        "48": "images\/finesseState48.png",
        "128": "images\/finesseState128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}