Persona Connect

Integration powered by Persona Connect

Qu'est-ce que Persona Connect ?

Persona Connect est une extension Chrome développée par Developer, et sa fonction principale est "Integration powered by Persona Connect".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Persona Connect

Téléchargez les fichiers d'extension Persona Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allegiant API integration enhances your database experience with screen pops, click to dial and data sharing with the most popular CRM software across the globe. Integrations include Salesforce, Zendesk, Connectwise, and more.                    

Informations de Base sur l'Extension

Nom Persona Connect Persona Connect
ID dckpdklhbmmgkimebmoifkglpkiigeif
URL Officiel https://chromewebstore.google.com/detail/persona-connect/dckpdklhbmmgkimebmoifkglpkiigeif
Description Integration powered by Persona Connect
Taille du Fichier 275 KB
Nombre d'Installations 95
Version Actuelle 0.17.06
Dernière Mise à Jour 2022-02-05
Date de Publication 2021-12-07
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://allegiantnow.com/
URL de la Page d'Aide https://allegiantnow.com/support
URL de la Page de Politique de Confidentialité https://www.loupdb.com/privacy-policy
Langues Prises en Charge en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persona Connect",
    "description": "Integration powered by Persona Connect",
    "short_name": "Persona Connect",
    "version": "0.17.06",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png",
        "html\/login.html",
        "html\/dashboard.html"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}