Auto boost Shopee products

Shopee products will be boosted automatically each 4 hours

Co to jest Auto boost Shopee products?

Auto boost Shopee products to rozszerzenie Chrome opracowane przez kiennd146, a jego główną funkcją jest „Shopee products will be boosted automatically each 4 hours”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto boost Shopee products

Pobierz pliki rozszerzeń Auto boost Shopee products w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extension "Auto boost Shopee products" helps the Shopee's shop owner to boost their products automatically, just install the extension, log in the Shopee's administration, add the product into the boost list then wait for the extension boost these added products every 4 hours.
You can stop the boosting functionality by disabling it from the extension popup.
From the boost list,
- You can add item into the boost list from the product list page or product detail page.
- You can change the item position from the boost list by drag drop the item.
- You can remove the item by clicking on trash icon from the boost list.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto boost Shopee products Auto boost Shopee products
ID jneliilifgohmgmmfokilpjnglfkianm
Oficjalny URL https://chromewebstore.google.com/detail/auto-boost-shopee-product/jneliilifgohmgmmfokilpjnglfkianm
Opis Shopee products will be boosted automatically each 4 hours
Rozmiar pliku 4.73 MB
Liczba instalacji 269
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-09-30
Data Publikacji 2022-09-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper kiennd146
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto boost Shopee products",
    "short_name": "Auto boost Shopee products",
    "version": "1.0.0",
    "description": "Shopee products will be boosted automatically each 4 hours",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "debugger",
        "tabs",
        "activeTab"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Auto boost Shopee products"
    },
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "options_page": "index.html?#\/options",
    "host_permissions": [
        "https:\/\/cms.mmon.local\/*",
        "http:\/\/cms.mmon.local\/*",
        "https:\/\/mmon.info\/*",
        "https:\/\/seller.shopee.es\/*",
        "https:\/\/seller.shopee.pl\/*",
        "https:\/\/seller.shopee.cl\/*",
        "https:\/\/seller.shopee.com.mx\/*",
        "https:\/\/seller.shopee.com.br\/*",
        "https:\/\/seller.shopee.sg\/*",
        "https:\/\/seller.shopee.com.my\/*",
        "https:\/\/seller.shopee.ph\/*",
        "https:\/\/seller.shopee.co.th\/*",
        "https:\/\/seller.shopee.tw\/*",
        "https:\/\/seller.shopee.co.id\/*",
        "https:\/\/banhang.shopee.vn\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/seller.shopee.es\/*",
                "https:\/\/seller.shopee.pl\/*",
                "https:\/\/seller.shopee.cl\/*",
                "https:\/\/seller.shopee.com.mx\/*",
                "https:\/\/seller.shopee.com.br\/*",
                "https:\/\/seller.shopee.sg\/*",
                "https:\/\/seller.shopee.com.my\/*",
                "https:\/\/seller.shopee.ph\/*",
                "https:\/\/seller.shopee.co.th\/*",
                "https:\/\/seller.shopee.tw\/*",
                "https:\/\/seller.shopee.co.id\/*",
                "https:\/\/banhang.shopee.vn\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "runtime": "runtime.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}