Launchmaps Link Embed Tool

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

Qu'est-ce que Launchmaps Link Embed Tool ?

Launchmaps Link Embed Tool est une extension Chrome développée par https://launchmaps.com, et sa fonction principale est "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Launchmaps Link Embed Tool

Téléchargez les fichiers d'extension Launchmaps Link Embed Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
URL Officiel https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Description This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Taille du Fichier 47.44 KB
Nombre d'Installations 36
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-07-27
Date de Publication 2017-07-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://launchmaps.com
Type de Paiement free
Site Web de l'Extension https://launchmaps.com
Langues Prises en Charge 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"
        }
    ]
}