Symbee Universal Plugin

This extension supports Symbee Connect functionality

什么是Symbee Universal Plugin?

Symbee Universal Plugin是由symbeeconnectstore开发的Chrome扩展程序,该扩展的主要功能是“This extension supports Symbee Connect functionality”。

扩展截图

screenshot
screenshot
screenshot

下载Symbee Universal Plugin扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}