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\/*"
    ]
}