net2phone for Chrome

A net2phone browser extension to connect with net2phone features.

net2phone for Chrome란 무엇입니까?

net2phone for Chrome은(는) net2phone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A net2phone browser extension to connect with net2phone features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

net2phone for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With the net2phone | Click2Call extension, all phone numbers are displayed on web pages, and your CRM becomes clickable!
When you click on a number, we connect your call directly to you. No Need to dial!

net2phone for Chrome seamlessly connects to your net2phone account to provide an easy and convenient way to call from your browser.

Net2phone Chrome Extension functionality:

- Dial-pad to call any number right from the toolbar
- Click-to-call any number on any website
- See all your history, recent calls, and take action - all without leaving the page
- Listen to your voicemail
- Choose which of your net2phone numbers you’d like to place the call from
- Use the URL Feature to create “screen pops” on incoming calls. This feature, when configured and turned on, will trigger your browser to open a new tab with a URL of your choice upon receiving an incoming call.

Install net2phone for Chrome and supercharge your web browsing experience today!

Click-to-Call usage:
You can use the extension dial pad to call a number or call back a recent number by clicking the green phone icon.

You can also type "-call" in the chrome URL box followed by a number. This will give you the option to dial directly without leaving the page.
Additionally, you can place a call using the "Click to Call" feature. Click the phone icon next to any number on any web page, and the call will be connected to your selected line.



URL Feature usage:
By using the URL Feature located behind the gear icon, you will be able to automatically open a new browser tab with a predetermined URL. This feature will be triggered upon receiving an inbound call. When a call comes in, your browser will open “Screen Pop”, a new tab to your preconfigured URL.

URL Feature usage example:
You would like to have a new tab opened to your browser-based CRM using the caller info to take you right to your client’s CRM contact page.

Example: https://www.google.com/search?q=&=%7Bfrom_number%7D
If you receive a call from 1-212-555-1212, https://www.google.com/search?q=12125551212 will open on your screen.                    

확장 프로그램 기본 정보

이름 net2phone for Chrome net2phone for Chrome
ID nlagodpbpbdgiekgdjlajdgjelbjleaj
공식 URL https://chromewebstore.google.com/detail/net2phone-for-chrome/nlagodpbpbdgiekgdjlajdgjelbjleaj
설명 A net2phone browser extension to connect with net2phone features.
파일 크기 1.75 MB
설치 횟수 1,631
현재 버전 1.11.2
최근 업데이트 2024-01-16
출시 날짜 2020-01-26
평점 5.00/5 총 6 개의 평점
개발자 net2phone
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.net2phone.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ihtisham Mazhar",
    "name": "net2phone for Chrome",
    "short_name": "net2phone",
    "version": "1.11.2",
    "description": "A net2phone browser extension to connect with net2phone features.",
    "manifest_version": 3,
    "omnibox": {
        "keyword": "-call"
    },
    "action": {
        "default_title": "net2phone for Chrome",
        "default_icon": {
            "16": "images\/favicon16.png",
            "48": "images\/favicon48.png"
        },
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/click2dial.png",
                "js\/injected.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "prepareDocument.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "gcm"
    ],
    "icons": {
        "16": "images\/favicon16.png",
        "48": "images\/favicon48.png"
    }
}