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…
Wat is Quote percentage discount for SEOshop?
Quote percentage discount for SEOshop is een Chrome-extensie ontwikkeld door DotCommerce, en de belangrijkste functie is "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Extensie Screenshots
Download het CRX-bestand van de extensie Quote percentage discount for SEOshop
Download Quote percentage discount for SEOshop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quote percentage discount for SEOshop |
ID | dgabfenbamlmmgnmgmbgmpalfkbijccm |
Officiële URL | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm |
Beschrijving | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… |
Bestandsgrootte | 67.9 KB |
Aantal Installaties | 26 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2016-02-08 |
Publicatiedatum | 2016-02-08 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | DotCommerce |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |