Quote percentage discount for SEOshop
This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
O que é Quote percentage discount for SEOshop?
Quote percentage discount for SEOshop é uma extensão do Chrome desenvolvida por DotCommerce, e sua principal característica é "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quote percentage discount for SEOshop
Baixe arquivos de extensão Quote percentage discount for SEOshop 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
This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just an absolute value.
Informações Básicas da Extensão
Nome | Quote percentage discount for SEOshop |
ID | dgabfenbamlmmgnmgmbgmpalfkbijccm |
URL Oficial | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm |
Descrição | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… |
Tamanho do Arquivo | 67.9 KB |
Contagem de Instalações | 26 |
Versão Atual | 0.6 |
Última Atualização | 2016-02-08 |
Data de Publicação | 2016-02-08 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | DotCommerce |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quote percentage discount for SEOshop", "version": "0.6", "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/seoshop.webshopapp.com\/backoffice\/sales-orders\/edit?tab=default&id=*", "https:\/\/seoshop.webshopapp.com\/backoffice\/sales-orders\/edit?tab=products&id=*&product=*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |