FanDuel bookmarklet manager

Bookmarklet heaven for Engineering and Customer Support

Co je FanDuel bookmarklet manager?

FanDuel bookmarklet manager je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Bookmarklet heaven for Engineering and Customer Support“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FanDuel bookmarklet manager

Stáhněte si soubory rozšíření FanDuel bookmarklet manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název FanDuel bookmarklet manager FanDuel bookmarklet manager
ID dhldbkpiafbgkeiikeogbdodjheafiml
Oficiální URL https://chromewebstore.google.com/detail/fanduel-bookmarklet-manag/dhldbkpiafbgkeiikeogbdodjheafiml
Popis Bookmarklet heaven for Engineering and Customer Support
Velikost souboru 65.98 KB
Počet instalací 60
Aktuální Verze 4.13.2
Poslední Aktualizace 2020-05-18
Datum Vydání 2020-05-18
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}