Streak Email Sharing for Gmail
Share a link to any email with your team.
ما هو Streak Email Sharing for Gmail؟
Streak Email Sharing for Gmail هو إضافة Chrome تم تطويرها بواسطة https://www.streak.com، والميزة الرئيسية لها هي "Share a link to any email with your team.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streak Email Sharing for Gmail
قم بتنزيل ملفات الامتداد Streak Email Sharing for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: 🔗 One-click link creation to quickly share any email 📋 Paste email links in any app (like Slack, Notion, Google Docs, and more) ✅ Always up-to-date with new replies 🔒 Generate unique and secure links to any email ⛔️ No more needless CC’s and FWD’s - just share the link Use Streak to share a link to any email thread right from Gmail. Streak is a Premier Google Partner and Google Cloud Partner of the Year. We're used by hundreds of thousands of companies including Uber, Opendoor, Y Combinator, Keller Williams. Looking for a Gmail/Google Workspace CRM solution with even more email tools? Check out Streak CRM for Gmail - https://chrome.google.com/webstore/detail/streak-crm-for-gmail/pnnfemgpilpdaojpnkjdgfgbnnjojfik Have questions or comments about Streak? Email us at [email protected], we would love to hear from you!
معلومات أساسية عن التمديد
الاسم | Streak Email Sharing for Gmail |
ID | gpklpmejnkejffkogpfpgocfjfedmpbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/streak-email-sharing-for/gpklpmejnkejffkogpfpgocfjfedmpbi |
الوصف | Share a link to any email with your team. |
حجم الملف | 60.33 KB |
عدد التثبيتات | 3,323 |
النسخة الحالية | 6.40 |
آخر تحديث | 2023-01-25 |
تاريخ النشر | 2022-01-07 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://www.streak.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.streak.com/streak-share-email |
عنوان صفحة المساعدة | https://streak.com/pricing |
عنوان صفحة سياسة الخصوصية | http://www.streak.com/privacy |
اللغات المدعومة | id,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "6.40", "homepage_url": "https:\/\/www.streak.com\/streak-share-from-gmail", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "webstoreShareIcon16.png", "48": "webstoreShareIcon48.png", "128": "webstoreShareIcon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*" ], "js": [ "inboxsdk.js", "extension.js", "app.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.google.com\/*marketplace\/*" ], "js": [ "inboxsdk.js", "extension.js", "app.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 2, "browser_action": { "default_title": "Streak - Share for Gmail", "default_popup": "popup.html" }, "minimum_chrome_version": "86.0", "permissions": [ "declarativeNetRequestWithHostAccess", "management", "*:\/\/mail.google.com\/", "*:\/\/mailfoogae.appspot.com\/", "*:\/\/*.mailfoogae.appspot.com\/", "*:\/\/*.googleusercontent.com\/", "*:\/\/*.google.com\/", "*:\/\/*.streak.com\/" ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "blank.png", "blank.html", "iframe.js", "orangeIcon.png", "exclamation.png" ] } |