Pulse webextension

Click-to-Dial for Firefox, Chrome & Edge.

ما هو Pulse webextension؟

Pulse webextension هو إضافة Chrome تم تطويرها بواسطة raffelinternet، والميزة الرئيسية لها هي "Click-to-Dial for Firefox, Chrome & Edge.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pulse webextension

قم بتنزيل ملفات الامتداد Pulse webextension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        No more retyping phone numbers. Our extension recognizes telephone numbers and you can easily call with one click. This way you can call quickly and easily from your browser with the Pulse extension. To be used in combination with the Pulse telephony platform.                    

معلومات أساسية عن التمديد

الاسم Pulse webextension Pulse webextension
ID hlbfgemkeliniplclbhpbmecdlchbdnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pulse-webextension/hlbfgemkeliniplclbhpbmecdlchbdnj
الوصف Click-to-Dial for Firefox, Chrome & Edge.
حجم الملف 1.83 MB
عدد التثبيتات 278
النسخة الحالية 2.1.0.3
آخر تحديث 2023-04-28
تاريخ النشر 2022-01-06
المطور raffelinternet
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pulse-app.nl
عنوان صفحة المساعدة https://www.raffel.nl/service-en-support
عنوان صفحة سياسة الخصوصية https://www.raffel.nl/privacy-statement
اللغات المدعومة en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Raffel Internet",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon-contextmenu.png",
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/icon-menubar-inactive.png"
        },
        "default_popup": "index.html",
        "default_title": "Pulse webextension"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/webext_bg.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs",
        "activeTab",
        "identity",
        "*:\/\/webphone.raffel.nl\/*",
        "*:\/\/flow.bellenmetlotte.nl\/*",
        "*:\/\/flow.bellenmetraf.nl\/*",
        "*:\/\/flow-dev.bellenmetlotte.nl\/*",
        "*:\/\/flow-dev.bellenmetraf.nl\/*",
        "*:\/\/pulse-webphone-dev.vercel.app\/*",
        "*:\/\/flow-bellenmetlotte-dev.vercel.app\/*",
        "*:\/\/*.raffel.nl\/*",
        "*:\/\/*.pulse-app.nl\/*",
        "*:\/\/bellen.zorgtelefoon.eu\/*",
        "*:\/\/webphone.kantor.nl\/*",
        "https:\/\/app.hubspot.com\/oauth\/*",
        "https:\/\/pulse-api.raffel.nl\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/webphone.raffel.nl\/*",
            "*:\/\/flow.bellenmetlotte.nl\/*",
            "*:\/\/flow.bellenmetraf.nl\/*",
            "*:\/\/flow-dev.bellenmetlotte.nl\/*",
            "*:\/\/flow-dev.bellenmetraf.nl\/*",
            "*:\/\/*.raffel.nl\/*",
            "*:\/\/*.pulse-app.nl\/*",
            "*:\/\/pulse-webphone-dev.vercel.app\/*",
            "*:\/\/flow-bellenmetlotte-dev.vercel.app\/*",
            "*:\/\/bellen.zorgtelefoon.eu\/*",
            "*:\/\/webphone.kantor.nl\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_tab.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_observer.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "webext_options.html",
        "browser_style": true,
        "chrome_style": false
    },
    "web_accessible_resources": [
        "img\/*.png",
        "css\/*.css",
        "webext_callstatus.html",
        "js\/*.map"
    ],
    "default_locale": "nl",
    "name": "Pulse webextension",
    "homepage_url": "https:\/\/pulse-app.nl",
    "version": "2.1.0.3"
}