Frejun Chrome Dialler Plugin

This plugin can be used to place calls from web pages using Frejun

Frejun Chrome Dialler Plugin란 무엇입니까?

Frejun Chrome Dialler Plugin은(는) https://frejun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin can be used to place calls from web pages using Frejun"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Frejun Chrome Dialler Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make your business calls in India with a single click!


FreJun enables you to make business calls, with a single click using cloud telephony. 
FreJun identifies the phone number on your webpage and enables you to directly make calls with just a click. Or you can also make calls using the Dialpad. All the calls are recorded and saved in your account. 

FreJun Chrome extension allows you to

Call any landline or mobile phone numbers in India. 
Receive calls from any numbers.
Capture all your business calls. 

You can create account by clicking on the following link, https://product.frejun.com/                    

확장 프로그램 기본 정보

이름 Frejun Chrome Dialler Plugin Frejun Chrome Dialler Plugin
ID eninbjdhgaccikhclpomppfcclammnoc
공식 URL https://chromewebstore.google.com/detail/frejun-chrome-dialler-plu/eninbjdhgaccikhclpomppfcclammnoc
설명 This plugin can be used to place calls from web pages using Frejun
파일 크기 1.51 MB
설치 횟수 1,401
현재 버전 4.2.4
최근 업데이트 2024-02-10
출시 날짜 2021-02-19
평점 5.00/5 총 3 개의 평점
개발자 https://frejun.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://product.frejun.com/
개인정보 보호 정책 페이지 URL https://frejun.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frejun Chrome Dialler Plugin",
    "version": "4.2.4",
    "description": "This plugin can be used to place calls from web pages using Frejun",
    "permissions": [
        "background",
        "storage",
        "notifications",
        "idle"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.frejun.com\/*",
                "https:\/\/*.whatsapp.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.indiamart.com\/*",
                "https:\/\/*.freshteam.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "js": [
                "dynamicContent.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.freshteam.com\/*",
                "https:\/\/*.indiamart.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "192": "logo192.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Popup",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/firebasejs\/8.6.3\/firebase-app.js https:\/\/www.gstatic.com\/firebasejs\/8.6.3\/firebase-messaging.js https:\/\/eu1.clevertap-prod.com\/; object-src 'self'"
}