FanDuel bookmarklet manager

Bookmarklet heaven for Engineering and Customer Support

FanDuel bookmarklet manager란 무엇입니까?

FanDuel bookmarklet manager은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarklet heaven for Engineering and Customer Support"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FanDuel bookmarklet manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 FanDuel bookmarklet manager FanDuel bookmarklet manager
ID dhldbkpiafbgkeiikeogbdodjheafiml
공식 URL https://chromewebstore.google.com/detail/fanduel-bookmarklet-manag/dhldbkpiafbgkeiikeogbdodjheafiml
설명 Bookmarklet heaven for Engineering and Customer Support
파일 크기 65.98 KB
설치 횟수 60
현재 버전 4.13.2
최근 업데이트 2020-05-18
출시 날짜 2020-05-18
개발자 Unknown
결제 유형 free
지원되는 언어 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"
        }
    ]
}