My T-Mo Helper

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

O que é My T-Mo Helper?

My T-Mo Helper é uma extensão do Chrome desenvolvida por jman100, e sua principal característica é "An extension to help you find your T-Mobile SOC code.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My T-Mo Helper

Baixe arquivos de extensão My T-Mo Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome My T-Mo Helper My T-Mo Helper
ID kddidpldlbihphhcbiicmnldjhocmmpl
URL Oficial https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl
Descrição An extension to help you find your T-Mobile SOC code.
Tamanho do Arquivo 61.88 KB
Contagem de Instalações 3,667
Versão Atual 0.1.2
Última Atualização 2021-04-14
Data de Publicação 2020-12-13
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor jman100
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}