mphero.io

mphero.io

What is mphero.io?

mphero.io is a Chrome extension developed by innapetrenko258, and its main feature is "mphero.io".

Extension Screenshots

screenshot
screenshot

Download mphero.io Extension CRX File

Download mphero.io 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

                        Плагин является дополнением к сервису mphero.io, добавляет на страницы маркетплейсов Wildberries и Ozon информацию о продажах. Для работы плагина требуется оплаченная подписка на доступ к сервису.                    

Extension Basic Information

Name mphero.io mphero.io
ID ahcnjkjfmhclpndoenbgieckkiomdgen
Official URL https://chromewebstore.google.com/detail/mpheroio/ahcnjkjfmhclpndoenbgieckkiomdgen
Description mphero.io
File Size 98.56 KB
Installation Count 3,731
Current Version 2.0
Last Updated 2023-08-16
Publish Date 2023-08-16
Rating 5.00/5 Total 2 Ratings
Developer innapetrenko258
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.sparkline.min.js",
                "request.js"
            ],
            "matches": [
                "https:\/\/www.wildberries.ru\/*",
                "https:\/\/www.wildberries.by\/*",
                "https:\/\/by.wildberries.ru\/*",
                "https:\/\/wildberries.by\/*",
                "https:\/\/kz.wildberries.ru\/*",
                "https:\/\/kg.wildberries.ru\/*",
                "https:\/\/am.wildberries.ru\/*",
                "https:\/\/wildberries.ru\/*",
                "https:\/\/seller.wildberries.ru\/*",
                "https:\/\/www.ozon.ru\/*",
                "https:\/\/ozon.ru\/*",
                "https:\/\/seller.ozon.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "mphero.io",
    "host_permissions": [
        "https:\/\/*.ozon.ru\/*",
        "https:\/\/*.wb.ru\/*",
        "https:\/\/*.wildberries.am\/*",
        "https:\/\/*.wildberries.by\/*",
        "https:\/\/*.wildberries.eu\/*",
        "https:\/\/*.wildberries.kg\/*",
        "https:\/\/*.wildberries.kz\/*",
        "https:\/\/*.wildberries.ru\/*",
        "https:\/\/*.wildberries.tj\/*",
        "https:\/\/*.mphero.io\/*"
    ],
    "icons": {
        "128": "icon\/icon.png"
    },
    "manifest_version": 3,
    "name": "mphero.io",
    "permissions": [
        "storage"
    ],
    "short_name": "mphero.io",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "images\/*",
                "client\/*"
            ]
        }
    ]
}