1stream Click to Dial

1stream Click-to-dial

1stream Click to Dial là gì?

1stream Click to Dial là một tiện ích mở rộng Chrome được phát triển bởi dev, và tính năng chính của nó là "1stream Click-to-dial".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1stream Click to Dial

Tải xuống các tệp mở rộng 1stream Click to Dial 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

                        Simple One Click Dialing (Click to Dial) from you CRM contact and ticket pages.

  # Reduce time and effort with one click dialing.

  # Eliminate the manual step of using your phone's dialpad.

  # Use your Chrome Browser to generate an outbound call.                    

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

Tên 1stream Click to Dial 1stream Click to Dial
ID cadpchhiecjamhhiamobkoodnlabpbke
URL Chính Thức https://chromewebstore.google.com/detail/1stream-click-to-dial/cadpchhiecjamhhiamobkoodnlabpbke
Mô tả 1stream Click-to-dial
Kích Thước Tệp 57.93 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2020-06-29
Nhà Phát Triển dev
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": "1stream Click to Dial",
    "version": "1.1.2",
    "description": "1stream Click-to-dial",
    "host_permissions": [
        "*:\/\/portal.1stream.com\/*",
        "*:\/\/desktop-bokovup.jbhworks.com\/*"
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "tabs"
    ],
    "action": {
        "default_title": "1stream Dial",
        "default_icon": "img\/1streamlogo-narrow-41x34.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infusionsoft.com\/Contact\/manageContact*",
                "https:\/\/*.infusionsoft.com\/Contact\/oldManageContact_legacy*",
                "https:\/\/*.infusionsoft.com\/app\/searchResults*",
                "https:\/\/*.infusionsoft.com\/Reports\/searchTemplate*",
                "https:\/\/*.autotask.net\/*",
                "https:\/\/*.salesforce.com\/003*",
                "https:\/\/*.salesforce.com\/500*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.lightning.force.com\/lightning\/r\/Contact\/003*",
                "https:\/\/*.lightning.force.com\/lightning\/r\/Case\/500*",
                "https:\/\/*.service-now.com\/*",
                "https:\/\/*.hubspot.com\/contacts\/*",
                "https:\/\/*.syncromsp.com\/tickets\/*",
                "https:\/\/*.syncromsp.com\/customers\/*",
                "https:\/\/*.zendesk.com\/agent\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "img\/1streamlogo-narrow-41x34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "1streamMark-16x16.png",
        "48": "1streamMark-48x48.png",
        "128": "1streamMark-128x128.png"
    }
}