Launchmaps Link Embed Tool

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

Cos'è Launchmaps Link Embed Tool?

Launchmaps Link Embed Tool è un'estensione di Chrome sviluppata da https://launchmaps.com, e la sua funzione principale è "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Launchmaps Link Embed Tool

Scarica i file di estensione Launchmaps Link Embed Tool 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

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

Informazioni di Base sull'Estensione

Nome Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
URL Ufficiale https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Descrizione This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Dimensione del File 47.44 KB
Conteggio Installazioni 36
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-07-27
Data di Pubblicazione 2017-07-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://launchmaps.com
Tipo di Pagamento free
Sito Web dell'Estensione https://launchmaps.com
Lingue Supportate 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"
        }
    ]
}