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是由https://launchmaps.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.”。

擴展截圖

screenshot

下載Launchmaps Link Embed Tool擴展crx文件

下載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
官方網址 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"
        }
    ]
}