My T-Mo Helper

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

Qu'est-ce que My T-Mo Helper ?

My T-Mo Helper est une extension Chrome développée par jman100, et sa fonction principale est "An extension to help you find your T-Mobile SOC code.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My T-Mo Helper

Téléchargez les fichiers d'extension My T-Mo Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My T-Mo Helper My T-Mo Helper
ID kddidpldlbihphhcbiicmnldjhocmmpl
URL Officiel https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl
Description An extension to help you find your T-Mobile SOC code.
Taille du Fichier 61.88 KB
Nombre d'Installations 3,667
Version Actuelle 0.1.2
Dernière Mise à Jour 2021-04-14
Date de Publication 2020-12-13
Évaluation 5.00/5 Total 9 Évaluations
Développeur jman100
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}