Jumbleberry Steward

A Multi-Function Assistant

What is Jumbleberry Steward?

Jumbleberry Steward is a Chrome extension developed by Squaredance, and its main feature is "A Multi-Function Assistant".

Extension Screenshots

screenshot
screenshot

Download Jumbleberry Steward Extension CRX File

Download Jumbleberry Steward extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jumbleberry Steward Jumbleberry Steward
ID bijjeiinbkgifilfeacjmplmfbopefgl
Official URL https://chromewebstore.google.com/detail/jumbleberry-steward/bijjeiinbkgifilfeacjmplmfbopefgl
Description A Multi-Function Assistant
File Size 182 KB
Installation Count 19
Current Version 3.2.5
Last Updated 2024-02-23
Publish Date 2022-01-27
Developer Squaredance
Email [email protected]
Payment Type free
Extension Website https://jumbleberry.com/
Help Page URL https://admin.jumbleberry.com/
Privacy Policy Page URL https://jumbleberry.com/privacy-policy.html
Supported Languages 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'"
}