net2phone for HubSpot

Make calls from HubSpot through net2phone.

net2phone for HubSpot là gì?

net2phone for HubSpot là một tiện ích mở rộng Chrome được phát triển bởi net2phone, và tính năng chính của nó là "Make calls from HubSpot through net2phone.".

Ả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 net2phone for HubSpot

Tải xuống các tệp mở rộng net2phone for HubSpot 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

                        The net2phone extension for HubSpot allows to:

- Make calls directly from HubSpot contacts right in the browser
- Lookup contact information from HubSpot by the phone number for incoming and outgoing calls
- View the recent call history                    

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

Tên net2phone for HubSpot net2phone for HubSpot
ID fkicpgjealhoohffeklmljnbonaojggk
URL Chính Thức https://chromewebstore.google.com/detail/net2phone-for-hubspot/fkicpgjealhoohffeklmljnbonaojggk
Mô tả Make calls from HubSpot through net2phone.
Kích Thước Tệp 4.25 MB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2023-10-06
Nhà Phát Triển net2phone
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://net2phone.com
URL Trang Trợ Giúp https://support.net2phone.com
URL Trang Chính Sách Bảo Mật https://www.net2phone.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.44ce0ceb.png",
        "32": "icon32.plasmo.e822c6d9.png",
        "48": "icon48.plasmo.06e75df9.png",
        "64": "icon64.plasmo.88bbc641.png",
        "128": "icon128.plasmo.273fc826.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.44ce0ceb.png",
            "32": "icon32.plasmo.e822c6d9.png",
            "48": "icon48.plasmo.06e75df9.png",
            "64": "icon64.plasmo.88bbc641.png",
            "128": "icon128.plasmo.273fc826.png"
        }
    },
    "version": "0.3.3",
    "author": "net2phone",
    "name": "net2phone for HubSpot",
    "description": "Make calls from HubSpot through net2phone.",
    "background": {
        "service_worker": "background.2c22d551.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "hubspot-content-script.2cd4db0f.js"
            ],
            "css": [
                "font.53f75847.css"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoxnAK0u5D3IcLsFkpt2MVTNLGuUXVRZSH3PoYHHW+TZHGs7Iw28Xpdk\/IrmV7gL8ZeklDXgQuC4eZVqqr30ls+doJ13ENAAZlYR27Bbnyb7i8f6bZ1YpF8pZ53XWiJvalLfNzqwlErhU8ncnnYRpvL7OQH2JSsOlTiG8E6y7L1OiZXPSMgdJrfBbOxgwp+9kARe1ICjoILAbhtSP\/fpDmt20+Tb2fgWWdkQId5Ne59HnBg4U1mn28o7xvWTAdk6d29DZ9Uy1Qw0XE+AUPfm2jYlCMEp4iY6nKKiCCT0r5\/p8DLuvEJeh2OUpoJ+zA5ggei71\/Hk0NSEU75U6iBa4TwIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/hubspot-integration.n2p.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/login-callback.html"
            ],
            "matches": [
                "https:\/\/auth.net2phone.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/hubspot-integration.n2p.io\/*"
            ]
        },
        {
            "resources": [
                "tabs\/n2p-dialer.html"
            ],
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ],
            "resources": [
                "IDTSans-Regular.a3984201.woff2",
                "IDTSans-Normal.1dd2cf7a.woff2",
                "IDTSans-Medium.f3fcfb90.woff2",
                "OpenSans-Normal.ca9931bc.woff2",
                "OpenSans-Regular.0d480def.woff2",
                "OpenSans-DemiBold.837f1865.woff2",
                "hubspot-content-script.727d0f00.css",
                "hubspot-content-script.583595f8.png",
                "hubspot-content-script.b10d5585.png",
                "hubspot-content-script.1edd7ba1.png",
                "hubspot-content-script.20825318.png",
                "hubspot-content-script.c8798a0e.png",
                "hubspot-content-script.58860db5.png",
                "hubspot-content-script.4a3458df.png",
                "hubspot-content-script.f9fed138.png"
            ]
        }
    ]
}