SMS sender
SMS tool for comfortable SMS sending and receiving.
Cos'è SMS sender?
SMS sender è un'estensione di Chrome sviluppata da hujsi.martin, e la sua funzione principale è "SMS tool for comfortable SMS sending and receiving.".
Scarica il file CRX dell'estensione SMS sender
Scarica i file di estensione SMS sender 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
Chrome extension for comfortable SMS handling.
Informazioni di Base sull'Estensione
Nome | |
ID | hkieeejkfombemgeimpbggfnacmaeifi |
URL Ufficiale | https://chrome.google.com/webstore/detail/sms-sender/hkieeejkfombemgeimpbggfnacmaeifi |
Descrizione | SMS tool for comfortable SMS sending and receiving. |
Dimensione del File | 214 KB |
Conteggio Installazioni | 199 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2015-05-17 |
Data di Pubblicazione | 2015-05-17 |
Sviluppatore | hujsi.martin |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMS sender", "description": "SMS tool for comfortable SMS sending and receiving.", "version": "0.1.4", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "gcm", "storage", "notifications", "background" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |