SMSee - SMS on PC

SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.

O que é SMSee - SMS on PC?

SMSee - SMS on PC é uma extensão do Chrome desenvolvida por https://www.smsee.net, e sua principal característica é "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SMSee - SMS on PC

Baixe arquivos de extensão SMSee - SMS on PC 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

                                            

Informações Básicas da Extensão

Nome SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
URL Oficial https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
Descrição SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Tamanho do Arquivo 139 KB
Contagem de Instalações 1,989
Versão Atual 1.0.26
Última Atualização 2016-04-26
Data de Publicação 2016-04-26
Classificação 1.88/5 Total de 8 Avaliações
Desenvolvedor https://www.smsee.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.smsee.net/
URL da Página de Ajuda https://www.smsee.net/faq.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SMSee - SMS on PC",
    "short_name": "SMSee Chrome Extension",
    "version": "1.0.26",
    "manifest_version": 2,
    "description": "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.",
    "homepage_url": "https:\/\/www.smsee.net\/",
    "icons": {
        "48": "gfx\/res\/mipmap-mdpi\/ic_launcher.png",
        "72": "gfx\/res\/mipmap-hdpi\/ic_launcher.png",
        "96": "gfx\/res\/mipmap-xhdpi\/ic_launcher.png"
    },
    "browser_action": {
        "default_title": "SMSee"
    },
    "background": {
        "scripts": [
            "smsee.js"
        ]
    },
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "https:\/\/www.smsee.net\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.smsee.net\/*"
        ]
    }
}