Symbee Universal Plugin

This extension supports Symbee Connect functionality

Symbee Universal Pluginคืออะไร?

Symbee Universal Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย symbeeconnectstore และคุณลักษณะหลักของมันคือ "This extension supports Symbee Connect functionality"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symbee Universal Plugin

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

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

                        The Symbee Universal Plug currently provides the following functionality in a single Chrome extension:
 - Pause/Resume
 - Generic Click to Call

This Symbee Universal Plugin for Chrome supersedes previous Symbee browser extensions that each provided functionality individually.                    

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

ชื่อ Symbee Universal Plugin Symbee Universal Plugin
ID phjadnllkgbpnckjnihpakjfombonlfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/symbee-universal-plugin/phjadnllkgbpnckjnihpakjfombonlfd
คำอธิบาย This extension supports Symbee Connect functionality
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-09-01
วันที่เผยแพร่ 2020-03-10
ผู้พัฒนา symbeeconnectstore
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://docs.symbeeconnect.com
URL หน้าช่วยเหลือ https://www.symbee.co/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Symbee Universal Plugin",
    "short_name": "SymbeePlugin",
    "description": "This extension supports Symbee Connect functionality",
    "version": "2.0.0",
    "homepage_url": "https:\/\/www.symbee.co",
    "icons": {
        "16": "symbee-extension-icon-16.png",
        "32": "symbee-extension-icon-32.png",
        "48": "symbee-extension-icon-48.png",
        "128": "symbee-extension-icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.awsapps.com\/connect\/*",
                "https:\/\/*.my.connect.aws\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content\/GlobalIdentifiers.js",
                "scripts\/content\/SCUExtContentLogger.js",
                "scripts\/content\/PauseResumeContent.js",
                "scripts\/content\/Click2DialContent.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "symbee-extension-icon-16.png",
            "32": "symbee-extension-icon-32.png",
            "48": "symbee-extension-icon-48.png",
            "128": "symbee-extension-icon-128.png"
        },
        "default_title": "Symbee Universal Plugin",
        "default_popup": "pages\/extension_popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/click2dial.css",
                "images\/click2dial-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}