FOP2 Extension

FOP2 lets you monitor your Asterisk PBX extension status, launch popups and add click to call capabilites to any web page/app.

FOP2 Extensionคืออะไร?

FOP2 Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fop2.com และคุณลักษณะหลักของมันคือ "FOP2 lets you monitor your Asterisk PBX extension status, launch popups and add click to call capabilites to any web page/app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FOP2 Extension

ดาวน์โหลดไฟล์ส่วนขยาย FOP2 Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View status of your Asterisk PBX extensions directly in Chrome

Shows desktop notifications and configurable popups on new or connected calls.

Converts phone numbers in any web page into click to call links, using your Asterisk's PBX extension.

Requires FOP2 ( Flash Operator Panel 2, available at http://www.fop2.com )

What's new in 1.0.1: Support for panel contexts and dial prefix.
What's new in 1.0.3: Add panel context and dial prefix in options
What's new in 1.0.3: Better number matching to avoid dates, make unregistered extensions invisible
What's new in 1.0.5: Fix deprecated desktop notifications
What's new in 1.0.6: Context menu to dial selected text. 
What's new in 1.0.7: Shows UTF8 Characters in button labels
What's new in 1.0.8: Small bugfix to make buttons display on FOP 2.28 or older
What's new in 1.0.9: Improved settings: open popup link on notification click. Improved phone matching.
What's new in 1.1.0: Configurable protocol handler in click to call numbers. Popup content so you can display CRM info directly in the call notification. Click to all on extension list for using it as a quick company directory.
What's new in 1.1.1: Fix duplicate/triplicate context menu entries.
What's new in 1.1.2: Fix utf8 decoding on desktop notification
What's new in 1.1.3: Convert numbers to click 2 call now works on most dynamic content
What's new in 1.1.4: Bugfixes to prevent warnings and errors on console
What's new in 1.1.5: Convert numbers to click 2 call on dynamic content now follows user configuration instead of being always on. Oops!
What's new in 1.1.6: Prevent double popups on connect on FOP2 server version 2.31.20 and up
What's new in 1.1.7: Add ability to run javascript functions instead of opening popups
What's new in 1.1.8: Fix for connected popups sometimes not being fired
What's new in 1.1.9: Remove tabs and unlimitedstorage permissions from extension as they were not needed. Remove jquery dependency from background process.
What's new in 1.2.0: Also converts callto: and tel: links to FOP2 click to call if no protocol handler is configured in options.
What's new in 1.2.1: Fixed bug that freezed some pages when trying to detect phone numbers on them. Honour click2call setting for tel: and callto: links (do not enable them if setting is turned off).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FOP2 Extension FOP2 Extension
ID noeilkljmfafbfcdoieialchglebbcea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fop2-extension/noeilkljmfafbfcdoieialchglebbcea
คำอธิบาย FOP2 lets you monitor your Asterisk PBX extension status, launch popups and add click to call capabilites to any web page/app.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 10,546
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2022-09-30
วันที่เผยแพร่ 2019-03-26
คะแนน 4.31/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://www.fop2.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.fop2.com/docs/faq.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FOP2 Extension",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "FOP2 lets you monitor your Asterisk PBX extension status, launch popups and add click to call capabilites to any web page\/app.",
    "omnibox": {
        "keyword": "fop2"
    },
    "browser_action": {
        "default_icon": "images\/telephone19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "images\/telephone19.png",
        "48": "images\/telephone48.png",
        "128": "images\/telephone128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "deflate.js",
            "base64.js",
            "md5.js",
            "animator.js",
            "lang.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/content_script.css"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/telephone19.png"
    ],
    "permissions": [
        "",
        "notifications",
        "contextMenus"
    ]
}