My T-Mo Helper
An extension to help you find your T-Mobile SOC code.
Τι είναι το My T-Mo Helper;
Το My T-Mo Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jman100, και η κύρια λειτουργία του είναι "An extension to help you find your T-Mobile SOC code.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My T-Mo Helper
Λήψη αρχείων επέκτασης My T-Mo Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } |