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…
Was ist Quote percentage discount for SEOshop?
Quote percentage discount for SEOshop ist eine Chrome-Erweiterung, die von DotCommerce entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Erweiterungsscreenshots
Quote percentage discount for SEOshop-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quote percentage discount for SEOshop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Quote percentage discount for SEOshop |
ID | dgabfenbamlmmgnmgmbgmpalfkbijccm |
Offizielle URL | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm |
Beschreibung | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… |
Dateigröße | 67.9 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.6 |
Letztes Update | 2016-02-08 |
Veröffentlichungsdatum | 2016-02-08 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | DotCommerce |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |