Shopopro plugin
Shopopro plugin
O que é Shopopro plugin?
Shopopro plugin é uma extensão do Chrome desenvolvida por https://shopopro.com, e sua principal característica é "Shopopro plugin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shopopro plugin
Baixe arquivos de extensão Shopopro plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Shopopro plugin |
ID | benpkendjikkbfdokgcnkkfehojcllpo |
URL Oficial | https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo |
Descrição | Shopopro plugin |
Tamanho do Arquivo | 21.72 KB |
Contagem de Instalações | 53 |
Versão Atual | 0.1.2 |
Última Atualização | 2019-02-07 |
Data de Publicação | 2019-02-06 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | https://shopopro.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shopopro.com |
URL da Página de Política de Privacidade | https://shopopro.com/privacy_policy.pdf |
Idiomas Suportados | 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" } } |