My T-Mo Helper

An extension to help you find your T-Mobile SOC code.

My T-Mo Helper là gì?

My T-Mo Helper là một tiện ích mở rộng Chrome được phát triển bởi jman100, và tính năng chính của nó là "An extension to help you find your T-Mobile SOC code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng My T-Mo Helper

Tải xuống các tệp mở rộng My T-Mo Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My T-Mo Helper My T-Mo Helper
ID kddidpldlbihphhcbiicmnldjhocmmpl
URL Chính Thức https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl
Mô tả An extension to help you find your T-Mobile SOC code.
Kích Thước Tệp 61.88 KB
Số Lần Cài Đặt 3,667
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2021-04-14
Ngày Phát Hành 2020-12-13
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển jman100
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}