xiQ - Gmail Extension

xiQ - Sell smarter with AI

什麼是xiQ - Gmail Extension?

xiQ - Gmail Extension是由xiQ開發的Chrome擴展程式,該擴展的主要功能是“xiQ - Sell smarter with AI”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載xiQ - Gmail Extension擴展crx文件

下載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
官方網址 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\/*"
    ]
}