My T-Mo Helper
An extension to help you find your T-Mobile SOC code.
Wat is My T-Mo Helper?
My T-Mo Helper is een Chrome-extensie ontwikkeld door jman100, en de belangrijkste functie is "An extension to help you find your T-Mobile SOC code.".
Extensie Screenshots
Download het CRX-bestand van de extensie My T-Mo Helper
Download My T-Mo Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | My T-Mo Helper |
ID | kddidpldlbihphhcbiicmnldjhocmmpl |
Officiële URL | https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl |
Beschrijving | An extension to help you find your T-Mobile SOC code. |
Bestandsgrootte | 61.88 KB |
Aantal Installaties | 3,667 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2021-04-14 |
Publicatiedatum | 2020-12-13 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | jman100 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |