FanDuel bookmarklet manager

Bookmarklet heaven for Engineering and Customer Support

FanDuel bookmarklet manager là gì?

FanDuel bookmarklet manager là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Bookmarklet heaven for Engineering and Customer Support".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FanDuel bookmarklet manager

Tải xuống các tệp mở rộng FanDuel bookmarklet manager 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

                        An extension to help Developers and Customer Support use the FanDuel systems.                    

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

Tên FanDuel bookmarklet manager FanDuel bookmarklet manager
ID dhldbkpiafbgkeiikeogbdodjheafiml
URL Chính Thức https://chromewebstore.google.com/detail/fanduel-bookmarklet-manag/dhldbkpiafbgkeiikeogbdodjheafiml
Mô tả Bookmarklet heaven for Engineering and Customer Support
Kích Thước Tệp 65.98 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 4.13.2
Cập Nhật Lần Cuối 2020-05-18
Ngày Phát Hành 2020-05-18
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Michael Sholty & Bernard Debecker",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "4.13.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "images\/fd-16.png",
            "24": "images\/fd-24.png",
            "32": "images\/fd-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/fd-16.png",
        "32": "images\/fd-32.png",
        "48": "images\/fd-48.png",
        "128": "images\/fd-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/github.com\/*",
        "*:\/\/*\/*",
        "",
        "storage",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/utils.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "linux": "Alt+Shift+F",
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/constants.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/cs-github-pr-collapse.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/github.com\/fanduel\/*\/pull\/*"
            ],
            "js": [
                "js\/cs-github.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/github.com\/fanduel\/intl-web-app\/*"
            ],
            "js": [
                "js\/cs-issues.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.use1.dev.us.fdbox.net\/login*",
                "http:\/\/*.use1.dev.us.fdbox.net\/login*",
                "http:\/\/localhost:3000\/login*",
                "http:\/\/localhost:3000\/login",
                "https:\/\/*.fndl.dev\/login*"
            ],
            "js": [
                "js\/utils.js",
                "js\/cs-login.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.use1.dev.us.fdbox.net\/join*",
                "http:\/\/*.use1.dev.us.fdbox.net\/join*",
                "http:\/\/localhost:3000\/join*",
                "https:\/\/*.fndl.dev\/join*"
            ],
            "js": [
                "js\/utils.js",
                "js\/cs-join.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/github.com\/fanduel\/ui\/compare\/*?expand=1",
                "https:\/\/github.com\/fanduel\/intl-web-app\/compare\/*?expand=1"
            ],
            "js": [
                "js\/utils.js",
                "js\/cs-pr-filler.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/fanduel.atlassian.net\/secure\/RapidBoard.jspa*",
                "https:\/\/fanduel.atlassian.net\/browse\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/constants.js",
                "js\/cs-jira.js"
            ],
            "run_at": "document_end"
        }
    ]
}