SMS little helper for easy SMS sending

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

O que é SMS little helper for easy SMS sending?

SMS little helper for easy SMS sending é uma extensão do Chrome desenvolvida por brynjarhunfjord, e sua principal característica é "Þetta plugin bætir texta inní magnsendingar á SMS'um.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SMS little helper for easy SMS sending

Baixe arquivos de extensão SMS little helper for easy SMS sending 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

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

Informações Básicas da Extensão

Nome SMS little helper for easy SMS sending SMS little helper for easy SMS sending
ID ckkhbelmmjihfdndhhbiejdbagfohcim
URL Oficial https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim
Descrição Þetta plugin bætir texta inní magnsendingar á SMS'um.
Tamanho do Arquivo 78.73 KB
Contagem de Instalações 23
Versão Atual 1
Última Atualização 2014-10-11
Data de Publicação 2014-10-11
Desenvolvedor brynjarhunfjord
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}