Phone Manager

Cliniq Apps Phone Manager

Was ist Phone Manager?

Phone Manager ist eine Chrome-Erweiterung, die von https://cliniqapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Cliniq Apps Phone Manager".

Erweiterungsscreenshots

screenshot
screenshot

Phone Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Phone Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Phone Manager Phone Manager
ID obifdoljlkgoecmagmheogjjlleppmjf
Offizielle URL https://chromewebstore.google.com/detail/phone-manager/obifdoljlkgoecmagmheogjjlleppmjf
Beschreibung Cliniq Apps Phone Manager
Dateigröße 5.61 MB
Installationsanzahl 1,324
Aktuelle Version 0.0.0.14
Letztes Update 2021-11-05
Veröffentlichungsdatum 2020-05-20
Entwickler https://cliniqapps.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://ihelp.cliniqapps.com/en/
URL der Datenschutzrichtlinien-Seite https://www.cliniqapps.com/home/privacy_policy
Unterstützte Sprachen 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"
    ]
}