Shopopro plugin

Shopopro plugin

Was ist Shopopro plugin?

Shopopro plugin ist eine Chrome-Erweiterung, die von https://shopopro.com entwickelt wurde, und ihr Hauptmerkmal ist "Shopopro plugin".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Shopopro plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shopopro plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
Offizielle URL https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
Beschreibung Shopopro plugin
Dateigröße 21.72 KB
Installationsanzahl 53
Aktuelle Version 0.1.2
Letztes Update 2019-02-07
Veröffentlichungsdatum 2019-02-06
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://shopopro.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shopopro.com
URL der Datenschutzrichtlinien-Seite https://shopopro.com/privacy_policy.pdf
Unterstützte Sprachen 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"
    }
}