STKR for Gmail

Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.

O que é STKR for Gmail?

STKR for Gmail é uma extensão do Chrome desenvolvida por https://www.stkr.us, e sua principal característica é "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão STKR for Gmail

Baixe arquivos de extensão STKR for Gmail 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

                        Words are never enough.  Express yourself better in your emails by adding stickers with the STKR for Gmail extension (Beta). 

It's now easier than ever to add stickers to your email by adding a STKR button to Gmail Compose.

Find the perfect sticker to express your emotion, thought or activity by quickly searching STKR's library of stickers from top artists around the world.                    

Informações Básicas da Extensão

Nome STKR for Gmail STKR for Gmail
ID bcmilapdmdehgefigfepogkfgbfecaog
URL Oficial https://chromewebstore.google.com/detail/stkr-for-gmail/bcmilapdmdehgefigfepogkfgbfecaog
Descrição Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.
Tamanho do Arquivo 24.93 KB
Contagem de Instalações 163
Versão Atual 1.0
Última Atualização 2015-07-28
Data de Publicação 2015-07-28
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor https://www.stkr.us
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "STKR for Gmail",
    "short_name": "STKR: Gmail",
    "description": "Search and discover free stickers for your emails from the world's top artists. Search, select and insert a sticker into your email.",
    "version": "1.0",
    "author": "Meemo",
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/api.stkr.us\/",
        "https:\/\/gmail.stkr.us\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "app.html"
    ],
    "homepage_url": "http:\/\/stkr.us"
}