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文件

下載Frejun Chrome Dialler Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}