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 là gì?

Launchmaps Link Embed Tool là một tiện ích mở rộng Chrome được phát triển bởi https://launchmaps.com, và tính năng chính của nó là "This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Launchmaps Link Embed Tool

Tải xuống các tệp mở rộng Launchmaps Link Embed Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Launchmaps Link Embed Tool Launchmaps Link Embed Tool
ID bmdfmibdpenbdcboelfioombafbomhif
URL Chính Thức https://chromewebstore.google.com/detail/launchmaps-link-embed-too/bmdfmibdpenbdcboelfioombafbomhif
Mô tả This extension will embed a nice HTML module whenever user types the job URL from the Launchmaps.com website.
Kích Thước Tệp 47.44 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-07-27
Ngày Phát Hành 2017-07-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://launchmaps.com
Loại Thanh Toán free
Trang Web Mở Rộng https://launchmaps.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}