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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://allegiantnow.com/support
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}