My T-Mo Helper
An extension to help you find your T-Mobile SOC code.
Cos'è My T-Mo Helper?
My T-Mo Helper è un'estensione di Chrome sviluppata da jman100, e la sua funzione principale è "An extension to help you find your T-Mobile SOC code.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My T-Mo Helper
Scarica i file di estensione My T-Mo Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | My T-Mo Helper |
ID | kddidpldlbihphhcbiicmnldjhocmmpl |
URL Ufficiale | https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl |
Descrizione | An extension to help you find your T-Mobile SOC code. |
Dimensione del File | 61.88 KB |
Conteggio Installazioni | 3,667 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2021-04-14 |
Data di Pubblicazione | 2020-12-13 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | jman100 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |