xiQ - Gmail Extension
xiQ - Sell smarter with AI
ما هو xiQ - Gmail Extension؟
xiQ - Gmail Extension هو إضافة Chrome تم تطويرها بواسطة xiQ، والميزة الرئيسية لها هي "xiQ - Sell smarter with AI".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة xiQ - Gmail Extension
قم بتنزيل ملفات الامتداد xiQ - Gmail Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://xiqinc.com/contact-us/ |
عنوان صفحة سياسة الخصوصية | 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": [ " |