Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
Just Unsubscribeคืออะไร?
Just Unsubscribe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://justunsubscribe.com และคุณลักษณะหลักของมันคือ "Upgrade Gmail. Install the missing button to just unsubscribe."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Unsubscribe
ดาวน์โหลดไฟล์ส่วนขยาย Just Unsubscribe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
คำอธิบาย | Upgrade Gmail. Install the missing button to just unsubscribe. |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 229 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-05-26 |
วันที่เผยแพร่ | 2021-05-25 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://justunsubscribe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://justunsubscribe.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Just Unsubscribe", "description": "Upgrade Gmail. Install the missing button to just unsubscribe.", "permissions": [ "https:\/\/mail.google.com\/", "http:\/\/localhost:5000\/", "https:\/\/justunsubscribe.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "icons\/unsubscribe.svg" ], "manifest_version": 2 } |