My T-Mo Helper

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

My T-Mo Helper क्या है?

My T-Mo Helper jman100 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help you find your T-Mobile SOC code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My T-Mo Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम My T-Mo Helper My T-Mo Helper
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
}