Free Gmail Signature - Black
Free Gmail HTML email signature - themed in Black - quick and easy to use
Free Gmail Signature - Blackคืออะไร?
Free Gmail Signature - Black เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emailsignaturerescue.com และคุณลักษณะหลักของมันคือ "Free Gmail HTML email signature - themed in Black - quick and easy to use"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Gmail Signature - Black
ดาวน์โหลดไฟล์ส่วนขยาย Free Gmail Signature - Black ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly and easily add a professional Gmail signature to your emails. How easy is it to use? 1) Install the extension. 2) Open Gmail. 3) Compose a new email. 4) Click the black icon next to the Send button to insert the HTML signature. 5) Change the text to your own text and you're done! This is by far the easiest way to add a professionally designed HTML signature to your Gmail! BLACK THEME ONLY - Also available are our Light Pink and Light Blue themes. Light Pink - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/kpnpeakbgaamfdapfedfgpbnkfhaalgg Light Blue - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/ojajnagdahmojekpcdliohmppkobjpdc Black - https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak Looking for more features? Check out https://emailsignaturerescue.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfbglhohpjnfmeljbomkknmbfgbpjkak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak |
คำอธิบาย | Free Gmail HTML email signature - themed in Black - quick and easy to use |
ขนาดไฟล์ | 32.52 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-04-09 |
วันที่เผยแพร่ | 2019-04-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://emailsignaturerescue.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://emailsignaturerescue.com/about/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Free Gmail Signature - Black", "description": "Free Gmail HTML email signature - themed in Black - quick and easy to use", "version": "1.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/emailsignaturerescue.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/emailsignaturerescue.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ] } |