Frejun Chrome Dialler Plugin

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

Frejun Chrome Dialler Plugin là gì?

Frejun Chrome Dialler Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://frejun.com, và tính năng chính của nó là "This plugin can be used to place calls from web pages using Frejun".

Ả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 Frejun Chrome Dialler Plugin

Tải xuống các tệp mở rộng Frejun Chrome Dialler Plugin 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

                        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/                    

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

Tên Frejun Chrome Dialler Plugin Frejun Chrome Dialler Plugin
ID eninbjdhgaccikhclpomppfcclammnoc
URL Chính Thức https://chromewebstore.google.com/detail/frejun-chrome-dialler-plu/eninbjdhgaccikhclpomppfcclammnoc
Mô tả This plugin can be used to place calls from web pages using Frejun
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 1,401
Phiên Bản Hiện Tại 4.2.4
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2021-02-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://frejun.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://product.frejun.com/
URL Trang Chính Sách Bảo Mật https://frejun.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}