SMS little helper for easy SMS sending

Þetta plugin bætir texta inní magnsendingar á SMS'um.

Cos'è SMS little helper for easy SMS sending?

SMS little helper for easy SMS sending è un'estensione di Chrome sviluppata da brynjarhunfjord, e la sua funzione principale è "Þetta plugin bætir texta inní magnsendingar á SMS'um.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SMS little helper for easy SMS sending

Scarica i file di estensione SMS little helper for easy SMS sending 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

                        Þetta plugin bætir texta inní magnsendingar á SMS'um.                    

Informazioni di Base sull'Estensione

Nome SMS little helper for easy SMS sending SMS little helper for easy SMS sending
ID ckkhbelmmjihfdndhhbiejdbagfohcim
URL Ufficiale https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim
Descrizione Þetta plugin bætir texta inní magnsendingar á SMS'um.
Dimensione del File 78.73 KB
Conteggio Installazioni 23
Versione Corrente 1
Ultimo Aggiornamento 2014-10-11
Data di Pubblicazione 2014-10-11
Sviluppatore brynjarhunfjord
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS little helper for easy SMS sending",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SMS helper",
        "default_icon": "icon16.png",
        "default_popup": "myscript.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vasi.siminn.is\/sms\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}