xiQ - Gmail Extension

xiQ - Sell smarter with AI

Apa itu xiQ - Gmail Extension?

xiQ - Gmail Extension adalah ekstensi Chrome yang dikembangkan oleh xiQ, dan fitur utamanya adalah "xiQ - Sell smarter with AI".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi xiQ - Gmail Extension

Unduh file ekstensi xiQ - Gmail Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama xiQ - Gmail Extension xiQ - Gmail Extension
ID fkblkkknejbmopeaankfihgjanebebfa
URL Resmi https://chromewebstore.google.com/detail/xiq-gmail-extension/fkblkkknejbmopeaankfihgjanebebfa
Deskripsi xiQ - Sell smarter with AI
Ukuran File 1.76 MB
Jumlah Instalasi 41
Versi Saat Ini 1.0.12
Terakhir Diperbarui 2023-07-20
Tanggal Publikasi 2022-05-28
Pengembang xiQ
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://xiqinc.com
URL Halaman Bantuan https://xiqinc.com/contact-us/
URL Halaman Kebijakan Privasi https://xiqinc.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}