Persona Connect

Integration powered by Persona Connect

Wat is Persona Connect?

Persona Connect is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Integration powered by Persona Connect".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Persona Connect

Download Persona Connect-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

                        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.                    

Basisinformatie over de Extensie

Naam Persona Connect Persona Connect
ID dckpdklhbmmgkimebmoifkglpkiigeif
Officiële URL https://chromewebstore.google.com/detail/persona-connect/dckpdklhbmmgkimebmoifkglpkiigeif
Beschrijving Integration powered by Persona Connect
Bestandsgrootte 275 KB
Aantal Installaties 95
Huidige Versie 0.17.06
Laatst Bijgewerkt 2022-02-05
Publicatiedatum 2021-12-07
Ontwikkelaar Developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://allegiantnow.com/
Help Pagina-URL https://allegiantnow.com/support
URL van de Privacybeleid Pagina https://www.loupdb.com/privacy-policy
Ondersteunde Talen 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"
    }
}