Jumbleberry Steward

A Multi-Function Assistant

Jumbleberry Stewardとは何ですか?

Jumbleberry StewardはSquaredanceによって開発されたChromeの拡張機能で、その主な機能は「A Multi-Function Assistant」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jumbleberry Steward拡張機能のCRXファイルをダウンロード

Jumbleberry Steward拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Effortlessly navigate Jumbleberry's internal systems with power-user functionality.

Steward provides a suite of enhancements, feature additions, or time saving shortcuts for platforms used by Jumbleberry's internal teams.

Additionally, it powers passwordless authentication to securely access sensitive CRM systems that do not allow multi-user authentication. Simply click on any one-click login icon to begin an authenticated session.                    

拡張機能の基本情報

名前 Jumbleberry Steward Jumbleberry Steward
ID bijjeiinbkgifilfeacjmplmfbopefgl
公式URL https://chromewebstore.google.com/detail/jumbleberry-steward/bijjeiinbkgifilfeacjmplmfbopefgl
説明 A Multi-Function Assistant
ファイルサイズ 182 KB
インストール数 19
現在のバージョン 3.2.5
最終更新日 2024-02-23
公開日 2022-01-27
開発者 Squaredance
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jumbleberry.com/
ヘルプページのURL https://admin.jumbleberry.com/
プライバシーポリシーページのURL https://jumbleberry.com/privacy-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jumbleberry Steward",
    "description": "A Multi-Function Assistant",
    "version": "3.2.5",
    "offline_enabled": true,
    "permissions": [
        "background",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/localhost\/*",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mediaclicktrker.com\/tool\/sales\/add_sales*",
                "*:\/\/*.mediaclicktrker.com\/tool\/sales\/add_sales*"
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/add-sales-inject.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/mediaclicktrker.com\/tool\/sales\/upload_sales*",
                "*:\/\/*.mediaclicktrker.com\/tool\/sales\/upload_sales*"
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/upload-sales-inject.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/mediaclicktrker.com\/popup\/modal\/advertiser\/account\/extras*",
                "*:\/\/*.mediaclicktrker.com\/popup\/modal\/advertiser\/account\/extras*"
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/vanity-inject.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/plax.js",
                "lib\/watcher.js",
                "lib\/overlay.js",
                "lib\/listener.js"
            ],
            "css": [
                "assets\/css\/overlay.css"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mediaclicktrker.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/html\/pixels.html",
        "assets\/images\/logo-black.png",
        "assets\/images\/logo-white.png",
        "assets\/images\/loader.gif",
        "assets\/js\/jquery.js",
        "assets\/js\/pixels.js",
        "assets\/js\/vanity.js",
        "assets\/js\/upload-sales.js",
        "assets\/js\/add-sales.js",
        "assets\/fonts\/gilroy.ttf"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}