Launchmaps Link Embed Tool

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

Τι είναι το Launchmaps Link Embed Tool;

Το Launchmaps Link Embed Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://launchmaps.com, και η κύρια λειτουργία του είναι "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Launchmaps Link Embed Tool

Λήψη αρχείων επέκτασης Launchmaps Link Embed Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
Επίσημο URL https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Περιγραφή This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Μέγεθος Αρχείου 47.44 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-07-27
Ημερομηνία Δημοσίευσης 2017-07-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://launchmaps.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://launchmaps.com
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}