Shopopro plugin

Shopopro plugin

Co je Shopopro plugin?

Shopopro plugin je rozšíření Chrome vyvinuté https://shopopro.com, a jeho hlavní funkcí je „Shopopro plugin“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shopopro plugin

Stáhněte si soubory rozšíření Shopopro plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Shopopro extension is intended for users of Shopopro cashback service https://shopopro.com.
It allows you to receive relevant information about possibility and amount of cashback, available coupons, current promotions and availability of overviews of goods in the visited online store.
In addition, it gives you opportunity to quickly view current status of your orders and available funds on the account in the cashback service.
The extension will also notify you about availability of cashback when you visit online stores.                    

Základní Informace o Rozšíření

Název Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
Oficiální URL https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
Popis Shopopro plugin
Velikost souboru 21.72 KB
Počet instalací 53
Aktuální Verze 0.1.2
Poslední Aktualizace 2019-02-07
Datum Vydání 2019-02-06
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://shopopro.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://shopopro.com
URL Stránky Zásad Ochrany Soukromí https://shopopro.com/privacy_policy.pdf
Podporované Jazyky en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "activeTab",
        "*:\/\/shopopro.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}