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
电子邮箱 [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'"
}