Phone Manager

Cliniq Apps Phone Manager

Wat is Phone Manager?

Phone Manager is een Chrome-extensie ontwikkeld door https://cliniqapps.com, en de belangrijkste functie is "Cliniq Apps Phone Manager".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Phone Manager

Download Phone Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Phone Manager Phone Manager
ID obifdoljlkgoecmagmheogjjlleppmjf
Officiële URL https://chromewebstore.google.com/detail/phone-manager/obifdoljlkgoecmagmheogjjlleppmjf
Beschrijving Cliniq Apps Phone Manager
Bestandsgrootte 5.61 MB
Aantal Installaties 1,324
Huidige Versie 0.0.0.14
Laatst Bijgewerkt 2021-11-05
Publicatiedatum 2020-05-20
Ontwikkelaar https://cliniqapps.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://ihelp.cliniqapps.com/en/
URL van de Privacybeleid Pagina https://www.cliniqapps.com/home/privacy_policy
Ondersteunde Talen 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"
    ]
}