xiQ - Gmail Extension
xiQ - Sell smarter with AI
什么是xiQ - Gmail Extension?
xiQ - Gmail Extension是由xiQ开发的Chrome扩展程序,该扩展的主要功能是“xiQ - Sell smarter with AI”。
扩展截图
下载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 |
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": [ " |