Launchmaps Link Embed Tool

This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.

O que é Launchmaps Link Embed Tool?

Launchmaps Link Embed Tool é uma extensão do Chrome desenvolvida por https://launchmaps.com, e sua principal característica é "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Launchmaps Link Embed Tool

Baixe arquivos de extensão Launchmaps Link Embed Tool 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

                        A neat tool that converts your LaunchMaps.com job links into beautiful gmail embeds.                    

Informações Básicas da Extensão

Nome Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
URL Oficial https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Descrição This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Tamanho do Arquivo 47.44 KB
Contagem de Instalações 36
Versão Atual 1.0.1
Última Atualização 2017-07-27
Data de Publicação 2017-07-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://launchmaps.com
Tipo de Pagamento free
Site da Extensão https://launchmaps.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Launchmaps Link Embed Tool",
    "description": "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Amazing stuff!"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/mg.mail.yahoo.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "findAndReplaceDOMText.js",
                "key_event.js"
            ],
            "run_at": "document_end"
        }
    ]
}