Personalized Images in Gmail by Hyperise
Improve response rates to your emails! Add personalized images with simple keyboard shortcuts in Gmail, Inbox by Gmail.
Personalized Images in Gmail by Hyperiseคืออะไร?
Personalized Images in Gmail by Hyperise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hyperise.com และคุณลักษณะหลักของมันคือ "Improve response rates to your emails! Add personalized images with simple keyboard shortcuts in Gmail, Inbox by Gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personalized Images in Gmail by Hyperise
ดาวน์โหลดไฟล์ส่วนขยาย Personalized Images in Gmail by Hyperise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve response rates to your emails! Add personalised images with simple keyboard shortcuts in Gmail and Inbox by Gmail. Hyper-Personalization creates a pattern interrupt that engages your recipients. HubSpot did a six month survey of 330,000 CTAs and found a 202% improvement in conversions when personalisation was used. Create images that enrich and personalise on the fly to your email recipients.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcogddoddkdhpfeaojdcpceaieajahid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/personalized-images-in-gm/gcogddoddkdhpfeaojdcpceaieajahid |
คำอธิบาย | Improve response rates to your emails! Add personalized images with simple keyboard shortcuts in Gmail, Inbox by Gmail. |
ขนาดไฟล์ | 3.3 MB |
จำนวนการติดตั้ง | 304 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-05-04 |
วันที่เผยแพร่ | 2020-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://hyperise.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hyperise.com |
URL หน้าช่วยเหลือ | https://support.hyperise.com |
URL หน้านโยบายความเป็นส่วนตัว | https://hyperise.com/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1.0", "description": "__MSG_extDesc__", "short_name": "Hyperise", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "pages\/bg.html" }, "options_page": "pages\/options.html", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "identity", "tabs", "contextMenus", "storage", "declarativeContent" ], "oauth2": { "client_id": "142776734562-mtqo7pf9nk2mtr5kse0p19sg5ccsab8n.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*" ], "js": [ "pages\/jquery-1.11.0.min.js", "content\/js\/content.js", "pages\/sweetalert.min.js", "pages\/form_validation.js" ], "css": [ "content\/css\/content.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "pages\/bg.html", "pages\/options.html", "pages\/content.html" ], "browser_action": { "default_title": "Hyperise", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www-onepick-opensocial.googleusercontent.com https:\/\/d24n15hnbwhuhn.cloudfront.net https:\/\/checkout.stripe.com\/checkout.js https:\/\/js.stripe.com\/v3\/; object-src 'self'" } |