Sumo

The free tool to grow your business.

Sumo क्या है?

Sumo noah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The free tool to grow your business."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sumo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}