Persona Connect

Integration powered by Persona Connect

ما هو Persona Connect؟

Persona Connect هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Integration powered by Persona Connect".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Persona Connect

قم بتنزيل ملفات الامتداد Persona Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Persona Connect Persona Connect
ID dckpdklhbmmgkimebmoifkglpkiigeif
عنوان URL الرسمي https://chromewebstore.google.com/detail/persona-connect/dckpdklhbmmgkimebmoifkglpkiigeif
الوصف Integration powered by Persona Connect
حجم الملف 275 KB
عدد التثبيتات 95
النسخة الحالية 0.17.06
آخر تحديث 2022-02-05
تاريخ النشر 2021-12-07
المطور Developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://allegiantnow.com/
عنوان صفحة المساعدة https://allegiantnow.com/support
عنوان صفحة سياسة الخصوصية https://www.loupdb.com/privacy-policy
اللغات المدعومة 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"
    }
}