Jumbleberry Steward

A Multi-Function Assistant

Wat is Jumbleberry Steward?

Jumbleberry Steward is een Chrome-extensie ontwikkeld door Squaredance, en de belangrijkste functie is "A Multi-Function Assistant".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jumbleberry Steward

Download Jumbleberry Steward-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jumbleberry Steward Jumbleberry Steward
ID bijjeiinbkgifilfeacjmplmfbopefgl
Officiële URL https://chromewebstore.google.com/detail/jumbleberry-steward/bijjeiinbkgifilfeacjmplmfbopefgl
Beschrijving A Multi-Function Assistant
Bestandsgrootte 182 KB
Aantal Installaties 19
Huidige Versie 3.2.5
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2022-01-27
Ontwikkelaar Squaredance
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jumbleberry.com/
Help Pagina-URL https://admin.jumbleberry.com/
URL van de Privacybeleid Pagina https://jumbleberry.com/privacy-policy.html
Ondersteunde Talen 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'"
}