Sonata Switchboard Plugin - CRM Integration

Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.

Sonata Switchboard Plugin - CRM Integration là gì?

Sonata Switchboard Plugin - CRM Integration là một tiện ích mở rộng Chrome được phát triển bởi rcuadra, và tính năng chính của nó là "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sonata Switchboard Plugin - CRM Integration

Tải xuống các tệp mở rộng Sonata Switchboard Plugin - CRM Integration 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

                        Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.                    

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

Tên Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
URL Chính Thức https://chrome.google.com/webstore/detail/sonata-switchboard-plugin/pdmkmaigicejabhdkloikcjggbckific
Mô tả Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-06-11
Ngày Phát Hành 2019-06-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển rcuadra
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sonata Switchboard Plugin - CRM Integration",
    "description": "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.",
    "version": "1.0",
    "author": "Kamil Postrzygacz, Artur Woronin. | Maynor Peralta | VitalPBX",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "homepage_url": "https:\/\/vitalpbx.org",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "declarativeContent",
        "tabs",
        "contextMenus"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/crm.png",
        "images\/crm-url.png"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "short_name": "Integrate Sonata Switchboard with any CRM"
}