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 هو إضافة Chrome تم تطويرها بواسطة https://frejun.com، والميزة الرئيسية لها هي "This plugin can be used to place calls from web pages using Frejun".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Frejun Chrome Dialler Plugin

قم بتنزيل ملفات الامتداد Frejun Chrome Dialler Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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'"
}