Phone Manager

Cliniq Apps Phone Manager

Hvad er Phone Manager?

Phone Manager er en Chrome-udvidelse udviklet af https://cliniqapps.com, og dens hovedfunktion er "Cliniq Apps Phone Manager".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Phone Manager-udvidelses-CRX-fil

Download Phone Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Phone Manager Phone Manager
ID obifdoljlkgoecmagmheogjjlleppmjf
Officiel URL https://chromewebstore.google.com/detail/phone-manager/obifdoljlkgoecmagmheogjjlleppmjf
Beskrivelse Cliniq Apps Phone Manager
Filstørrelse 5.61 MB
Antal Installationer 1,324
Nuværende Version 0.0.0.14
Senest Opdateret 2021-11-05
Udgivelsesdato 2020-05-20
Udvikler https://cliniqapps.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL http://ihelp.cliniqapps.com/en/
URL til Fortrolighedspolitik Side https://www.cliniqapps.com/home/privacy_policy
Understøttede Sprog 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"
    ]
}