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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |