xiQ - Gmail Extension

xiQ - Sell smarter with AI

Hvad er xiQ - Gmail Extension?

xiQ - Gmail Extension er en Chrome-udvidelse udviklet af xiQ, og dens hovedfunktion er "xiQ - Sell smarter with AI".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download xiQ - Gmail Extension-udvidelses-CRX-fil

Download xiQ - Gmail Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn xiQ - Gmail Extension xiQ - Gmail Extension
ID fkblkkknejbmopeaankfihgjanebebfa
Officiel URL https://chromewebstore.google.com/detail/xiq-gmail-extension/fkblkkknejbmopeaankfihgjanebebfa
Beskrivelse xiQ - Sell smarter with AI
Filstørrelse 1.76 MB
Antal Installationer 41
Nuværende Version 1.0.12
Senest Opdateret 2023-07-20
Udgivelsesdato 2022-05-28
Udvikler xiQ
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://xiqinc.com
Hjælpeside-URL https://xiqinc.com/contact-us/
URL til Fortrolighedspolitik Side https://xiqinc.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}