Launchmaps Link Embed Tool

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

Apa itu Launchmaps Link Embed Tool?

Launchmaps Link Embed Tool adalah ekstensi Chrome yang dikembangkan oleh https://launchmaps.com, dan fitur utamanya adalah "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Launchmaps Link Embed Tool

Unduh file ekstensi Launchmaps Link Embed Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
URL Resmi https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Deskripsi This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Ukuran File 47.44 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-07-27
Tanggal Publikasi 2017-07-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://launchmaps.com
Tipe Pembayaran free
Situs Ekstensi https://launchmaps.com
Bahasa yang Didukung 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"
        }
    ]
}