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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}