xiQ - Gmail Extension

xiQ - Sell smarter with AI

xiQ - Gmail Extensionคืออะไร?

xiQ - Gmail Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiQ และคุณลักษณะหลักของมันคือ "xiQ - Sell smarter with AI"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xiQ - Gmail Extension

ดาวน์โหลดไฟล์ส่วนขยาย xiQ - Gmail Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Harness the power of xiQ's personality analysis, 360-degree account intelligence and real time business alerts within Gmail. xiQ in Gmail provides you with the many capabilities: While sending or receiving an email. xiQ will automatically generate personality analysis for the people and give you actionable insights to custom-tailor your engagement.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ xiQ - Gmail Extension xiQ - Gmail Extension
ID fkblkkknejbmopeaankfihgjanebebfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xiq-gmail-extension/fkblkkknejbmopeaankfihgjanebebfa
คำอธิบาย xiQ - Sell smarter with AI
ขนาดไฟล์ 1.76 MB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2022-05-28
ผู้พัฒนา xiQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xiqinc.com
URL หน้าช่วยเหลือ https://xiqinc.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://xiqinc.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xiQ - Gmail Extension",
    "description": "xiQ - Sell smarter with AI",
    "version": "1.0.12",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                ".\/static\/js\/main.js"
            ],
            "css": [
                ".\/static\/css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/xiq-logo-16x16.png",
            "48": ".\/xiq-logo-48x48.png",
            "128": ".\/xiq-logo-128x128.png"
        }
    },
    "icons": {
        "16": ".\/xiq-logo-16x16.png",
        "48": ".\/xiq-logo-48x48.png",
        "128": ".\/xiq-logo-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ]
}