Phone Manager

Cliniq Apps Phone Manager

什么是Phone Manager?

Phone Manager是由https://cliniqapps.com开发的Chrome扩展程序,该扩展的主要功能是“Cliniq Apps Phone Manager”。

扩展截图

screenshot
screenshot

下载Phone Manager扩展crx文件

下载Phone Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is the Phone Manager extension by Cliniq Apps for managing your incoming and outgoing calls                    

扩展基本信息

名称 Phone Manager Phone Manager
ID obifdoljlkgoecmagmheogjjlleppmjf
官方URL https://chromewebstore.google.com/detail/phone-manager/obifdoljlkgoecmagmheogjjlleppmjf
简介 Cliniq Apps Phone Manager
文件大小 5.61 MB
安装次数 1,324
当前版本 0.0.0.14
更新时间 2021-11-05
上架时间 2020-05-20
开发者 https://cliniqapps.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://ihelp.cliniqapps.com/en/
隐私政策页面URL https://www.cliniqapps.com/home/privacy_policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phone Manager",
    "version": "0.0.0.14",
    "description": "Cliniq Apps Phone Manager",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery-ui.js",
                "content.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "icons": {
        "16": "images\/cliniqapps16.png",
        "32": "images\/cliniqapps32.png",
        "48": "images\/cliniqapps48.png",
        "128": "images\/cliniqapps128.png"
    },
    "browser_action": {
        "default_icon": "images\/cliniqapps60.png"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "notifications",
        "tabs",
        "https:\/\/ca-ce.www.cliniqapps.com\/*",
        "https:\/\/ca-pm.www.cliniqapps.com\/*",
        "https:\/\/nookal.www.cliniqapps.com\/*",
        "https:\/\/cp.www.cliniqapps.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ca-ce.www.cliniqapps.com; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "lib\/twilio.min.js",
            "lib\/intlTelInput.js",
            "lib\/utils.js",
            "js\/global.js",
            "js\/cliniqapps-background-call-functionality.js",
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "logged_in.html",
        "popup.js",
        "popup.html",
        "js\/",
        "lib\/*",
        "fonts\/*",
        "css\/*",
        "images\/*",
        "images\/cliniqapps60.png",
        "images\/cliniqapps48.png",
        "images\/logo-loading-animation.gif"
    ]
}