xiQ - Gmail Extension

xiQ - Sell smarter with AI

xiQ - Gmail Extension là gì?

xiQ - Gmail Extension là một tiện ích mở rộng Chrome được phát triển bởi xiQ, và tính năng chính của nó là "xiQ - Sell smarter with AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xiQ - Gmail Extension

Tải xuống các tệp mở rộng xiQ - Gmail Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xiQ - Gmail Extension xiQ - Gmail Extension
ID fkblkkknejbmopeaankfihgjanebebfa
URL Chính Thức https://chromewebstore.google.com/detail/xiq-gmail-extension/fkblkkknejbmopeaankfihgjanebebfa
Mô tả xiQ - Sell smarter with AI
Kích Thước Tệp 1.76 MB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2022-05-28
Nhà Phát Triển xiQ
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xiqinc.com
URL Trang Trợ Giúp https://xiqinc.com/contact-us/
URL Trang Chính Sách Bảo Mật https://xiqinc.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}