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