SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
SmartGMAIL Patchคืออะไร?
SmartGMAIL Patch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smartthing.org และคุณลักษณะหลักของมันคือ "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartGMAIL Patch
ดาวน์โหลดไฟล์ส่วนขยาย SmartGMAIL Patch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hejcfkngjnkldnopakhhkmngdkcigogm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
| คำอธิบาย | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
| ขนาดไฟล์ | 3.91 KB |
| จำนวนการติดตั้ง | 49 |
| เวอร์ชันปัจจุบัน | 1.4 |
| อัปเดตครั้งล่าสุด | 2017-03-22 |
| วันที่เผยแพร่ | 2017-03-22 |
| ผู้พัฒนา | https://www.smartthing.org |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.smartthing.org/portfolio/smartgmail/ |
| URL หน้าช่วยเหลือ | http://support.smartthing.org |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.smartthing.org/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SmartGMAIL Patch",
"version": "1.4",
"description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.",
"content_scripts": [
{
"matches": [
"http:\/\/mail.google.com\/mail\/*",
"https:\/\/mail.google.com\/mail\/*"
],
"js": [
"smartgmail.js"
]
}
],
"web_accessible_resources": [
"smartgmail-user.js"
]
} | |