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