Mindtickle for Gmail
Easy asset sharing and engagement tracking with Mindtickle
Mindtickle for Gmailคืออะไร?
Mindtickle for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mindtickle.com และคุณลักษณะหลักของมันคือ "Easy asset sharing and engagement tracking with Mindtickle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindtickle for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Mindtickle for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mindtickle helps world-class companies be ready to grow revenue by increasing knowledge, understanding ideal sales behaviors, and adapting to change. Seamlessly find and share decks, datasheets, or any other assets from Mindtickle with current and prospective customers via Gmail in the flow of work. Track who has viewed the assets you've shared and how long they spent viewing them, on an asset, page, and slide level. Powered by Mindtickle's flagship sales content solution Asset Hub--your reps' smart library for on-demand access to all the content they need. Request a Demo: https://www.mindtickle.com/sales-enablement-readiness-platform-demo/ Mindtickle is GDPR compliant: https://www.mindtickle.com/mindtickle-general-data-protection-regulation/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mindtickle for Gmail |
ID | bejhdaljeihjgngckommgoepcfngkepe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mindtickle-for-gmail/bejhdaljeihjgngckommgoepcfngkepe |
คำอธิบาย | Easy asset sharing and engagement tracking with Mindtickle |
ขนาดไฟล์ | 3.71 MB |
จำนวนการติดตั้ง | 623 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2024-01-23 |
วันที่เผยแพร่ | 2023-01-19 |
คะแนน | 5.00/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | https://mindtickle.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mindtickle.com/ |
URL หน้าช่วยเหลือ | https://help.mindtickle.com/support/home |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mindtickle.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkmaUgqC428kJZBpUv5V01qzLHRRyb0cWowxGJLEvQXcezusFOS1dSxRkTOkHvj5iAM6jdAxkDOvlImngMB6z2SheNSfh5DwXKGTBLc5n\/Ocb6KAMxro9CJnRSsI0nQ6gMghAsncdkN1NtBKb27dT45x5+HPCpO17uRBzn7T54aOZi9UtcOsZ\/2gqsDH6LWLVAKrB3h5Tb7O0k2szgOB4V85f\/JscRVa\/9guqxi0iK1\/yiLTeixJ1L\/vQ7z\/6g4EHhCx68kkeapA7dXFWWfkYY9wTMYB8TO5DTbK494ESnXDQtpnX5DM1cgTx2LLltrLZ48t1mRYvKdGj1ZTS5zzfMQIDAQAB", "short_name": "Mindtickle for Gmail", "version": "0.1.2", "manifest_version": 3, "name": "Mindtickle for Gmail", "default_locale": "en", "description": "Easy asset sharing and engagement tracking with Mindtickle", "icons": { "16": "MTIcon16.png", "32": "MTIcon32.png", "48": "MTIcon48.png", "128": "MTIcon128.png" }, "action": { "default_title": "Mindtickle for Gmail" }, "externally_connectable": { "matches": [ "https:\/\/*.mindtickle.com\/*" ] }, "host_permissions": [ "https:\/\/mail.google.com\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage" ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "svg\/*", "css\/*" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "pageWorld.js", "contentScript.bundle.js" ], "css": [ "style.css" ] } ] } |