Shopopro plugin

Shopopro plugin

Cos'è Shopopro plugin?

Shopopro plugin è un'estensione di Chrome sviluppata da https://shopopro.com, e la sua funzione principale è "Shopopro plugin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shopopro plugin

Scarica i file di estensione Shopopro plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
URL Ufficiale https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
Descrizione Shopopro plugin
Dimensione del File 21.72 KB
Conteggio Installazioni 53
Versione Corrente 0.1.2
Ultimo Aggiornamento 2019-02-07
Data di Pubblicazione 2019-02-06
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://shopopro.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shopopro.com
URL della Pagina della Politica sulla Privacy https://shopopro.com/privacy_policy.pdf
Lingue Supportate 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"
    }
}