My T-Mo Helper
An extension to help you find your T-Mobile SOC code.
My T-Mo Helperคืออะไร?
My T-Mo Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jman100 และคุณลักษณะหลักของมันคือ "An extension to help you find your T-Mobile SOC code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My T-Mo Helper
ดาวน์โหลดไฟล์ส่วนขยาย My T-Mo Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple Chrome extension that will check the response from the T-Mobile account page and display your SOC code simply and easily without the need to use inspect element. This app is unofficial and not affiliated in any way with T-Mobile.
To use, install the extension, then login to your T-Mobile account. From there, simply click the T icon in your extensions bar.
No data is collected or stored at all in this extension, only displayed.
Special thanks to community member Soul for assisting with the code. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kddidpldlbihphhcbiicmnldjhocmmpl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl |
| คำอธิบาย | An extension to help you find your T-Mobile SOC code. |
| ขนาดไฟล์ | 61.88 KB |
| จำนวนการติดตั้ง | 3,667 |
| เวอร์ชันปัจจุบัน | 0.1.2 |
| อัปเดตครั้งล่าสุด | 2021-04-14 |
| วันที่เผยแพร่ | 2020-12-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | jman100 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My T-Mo Helper",
"version": "0.1.2",
"description": "An extension to help you find your T-Mobile SOC code.",
"permissions": [
"declarativeContent",
"https:\/\/*.t-mobile.com\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/tmohelper16.png",
"32": "images\/tmohelper32.png",
"48": "images\/tmohelper48.png",
"128": "images\/tmohelper128.png"
}
},
"icons": {
"16": "images\/tmohelper16.png",
"32": "images\/tmohelper32.png",
"48": "images\/tmohelper48.png",
"128": "images\/tmohelper128.png"
},
"manifest_version": 2
} | |