Sumo

The free tool to grow your business.

什么是Sumo?

Sumo是由noah开发的Chrome扩展程序,该扩展的主要功能是“The free tool to grow your business.”。

扩展截图

screenshot

下载Sumo扩展crx文件

下载Sumo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is the Sumo.com chrome extension to make your life easier. This is a great plugin for checking your Sumo pop ups and marketing options!                    

扩展基本信息

名称 Sumo Sumo
ID dlgipkaoljiajmolhibpngjppeckkjjp
官方URL https://chromewebstore.google.com/detail/sumo/dlgipkaoljiajmolhibpngjppeckkjjp
简介 The free tool to grow your business.
文件大小 115 KB
安装次数 7,433
当前版本 1.6.9
更新时间 2019-12-04
上架时间 2019-12-03
评分 4.70/5 共23次评分
开发者 noah
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.6.9",
    "author": "Sumo.com",
    "short_name": "Sumo",
    "name": "Sumo",
    "description": "The free tool to grow your business.",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19-gray.png",
            "38": "img\/icon-38-gray.png"
        },
        "default_title": "Sumo"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery-1.11.3.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.sumome.com\/*"
            ],
            "js": [
                "js\/isInstalled.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.sumo.com\/*"
            ],
            "js": [
                "js\/isInstalled.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/sumo.com\/",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "75": "img\/icon-75.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/**",
        "css\/**",
        "js\/**",
        "fonts\/**",
        "libs\/**"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "commands": {
        "badge-action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+M",
                "mac": "Command+Shift+M",
                "chromeos": "Ctrl+Shift+M",
                "linux": "Ctrl+Shift+M"
            },
            "description": "Badge Action"
        }
    },
    "incognito": "split"
}