Shopopro plugin
Shopopro plugin
Qu'est-ce que Shopopro plugin ?
Shopopro plugin est une extension Chrome développée par https://shopopro.com, et sa fonction principale est "Shopopro plugin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopopro plugin
Téléchargez les fichiers d'extension Shopopro plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Shopopro plugin |
ID | benpkendjikkbfdokgcnkkfehojcllpo |
URL Officiel | https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo |
Description | Shopopro plugin |
Taille du Fichier | 21.72 KB |
Nombre d'Installations | 53 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2019-02-07 |
Date de Publication | 2019-02-06 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://shopopro.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shopopro.com |
URL de la Page de Politique de Confidentialité | https://shopopro.com/privacy_policy.pdf |
Langues Prises en Charge | 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" } } |