Brightpearl Extension
A range of modifications to Brightpearl which extend it's existing functionality.
Τι είναι το Brightpearl Extension;
Το Brightpearl Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tamperevident.com.au, και η κύρια λειτουργία του είναι "A range of modifications to Brightpearl which extend it's existing functionality.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Brightpearl Extension
Λήψη αρχείων επέκτασης Brightpearl Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Version 2.15 - Brightpearl have changed their app url to brightpearlapp. This is to fix this change. 20/07/2018 Version 2.14 - Brightpearl have removed version numbers for URLs. This fixes issues caused by this change. 20/06/2017 Version 2.13 - Updated URL's used in Daily, Weekly and Monthly reports due to change in structure in last BP release (4.90) version 2.12 - Minor fix to account for Brightpearl version having two digits for minor releases - (e.g. 4.79.12) Version 2.10 - Minor release. Bug fix Version 2.0 Release: Please see the Options section for a full explanation of new functionality. NOTE: You must set your date format (DD/MM/YYYY or MM/DD/YYYY) for the extension to work properly. The aim of this extension is to help prevent human error and speed up some processes. The extended list of options can be individually activated or deactivated. Each option has an explanation of current functionality and what activating the option will do. Feedback and suggestions are welcome! -------------------------------------------------- Older Version Release Notes Release Notes:04/01/2012 - Made sure dates have a leading zero as this causes an error when receiving supplier invoices Release Notes:06/12/2012 - Fixed a bug stopping settings being stored This Brightpeal Extension creates some minor functionality changes. First, it adds three ugly looking buttons to the controls area on the left-hand side. These buttons link to the sales section and filter automatically to show current performance (this calendar month, this week and today). Secondly, it adds additional payment options for receiving invoices from suppliers (configurable for each user) Thirdly, it updates the way that invoices are received from suppliers - setting the invoice date to today and default for updating pricelists to false I also added in a 'Fast Search' - this lets you enter an order number in the search box and go directly to that page. See the options page for more information These basic changes may impact on performance
Βασικές Πληροφορίες Επέκτασης
Όνομα | Brightpearl Extension |
ID | ldggldbokgieggpbjpjgocjehcicgfgn |
Επίσημο URL | https://chromewebstore.google.com/detail/brightpearl-extension/ldggldbokgieggpbjpjgocjehcicgfgn |
Περιγραφή | A range of modifications to Brightpearl which extend it's existing functionality. |
Μέγεθος Αρχείου | 178 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 2.15 |
Τελευταία Ενημέρωση | 2018-07-20 |
Ημερομηνία Δημοσίευσης | 2018-07-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.tamperevident.com.au |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brightpearl Extension", "version": "2.15", "manifest_version": 2, "description": "A range of modifications to Brightpearl which extend it's existing functionality. ", "homepage_url": "http:\/\/www.tamperevident.com.au\/brightpearl-extension\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contentSettings", "contextMenus" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.brightpearl.com\/*", "https:\/\/*.brightpearlapp.com\/*" ], "js": [ "src\/inject\/jquery-1.11.0.min.js", "src\/inject\/inject.js", "src\/inject\/scripts.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "src\/inject\/date-en-AU.js", "src\/inject\/scripts.js" ] } |