xiQ - Gmail Extension
xiQ - Sell smarter with AI
xiQ - Gmail Extension क्या है?
xiQ - Gmail Extension xiQ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "xiQ - Sell smarter with AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में xiQ - Gmail Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |