Phone Manager

Cliniq Apps Phone Manager

What is Phone Manager?

Phone Manager is a Chrome extension developed by https://cliniqapps.com, and its main feature is "Cliniq Apps Phone Manager".

Extension Screenshots

screenshot
screenshot

Download Phone Manager Extension CRX File

Download Phone Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Phone Manager Phone Manager
ID obifdoljlkgoecmagmheogjjlleppmjf
Official URL https://chromewebstore.google.com/detail/phone-manager/obifdoljlkgoecmagmheogjjlleppmjf
Description Cliniq Apps Phone Manager
File Size 5.61 MB
Installation Count 1,324
Current Version 0.0.0.14
Last Updated 2021-11-05
Publish Date 2020-05-20
Developer https://cliniqapps.com
Email [email protected]
Payment Type free
Help Page URL http://ihelp.cliniqapps.com/en/
Privacy Policy Page URL https://www.cliniqapps.com/home/privacy_policy
Supported Languages 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"
    ]
}