xiQ - Gmail Extension
xiQ - Sell smarter with AI
What is xiQ - Gmail Extension?
xiQ - Gmail Extension is a Chrome extension developed by xiQ, and its main feature is "xiQ - Sell smarter with AI".
Extension Screenshots
Download xiQ - Gmail Extension Extension CRX File
Download xiQ - Gmail Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | xiQ - Gmail Extension |
ID | fkblkkknejbmopeaankfihgjanebebfa |
Official URL | https://chromewebstore.google.com/detail/xiq-gmail-extension/fkblkkknejbmopeaankfihgjanebebfa |
Description | xiQ - Sell smarter with AI |
File Size | 1.76 MB |
Installation Count | 41 |
Current Version | 1.0.12 |
Last Updated | 2023-07-20 |
Publish Date | 2022-05-28 |
Developer | xiQ |
[email protected] | |
Payment Type | free |
Extension Website | https://xiqinc.com |
Help Page URL | https://xiqinc.com/contact-us/ |
Privacy Policy Page URL | https://xiqinc.com/privacy-policy |
Supported Languages | 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": [ " |