Super Dear! for Dear Inventory
Adding super powers to Dear Inventory (dearsystems.com)
Qu'est-ce que Super Dear! for Dear Inventory ?
Super Dear! for Dear Inventory est une extension Chrome développée par free.radical.apps, et sa fonction principale est "Adding super powers to Dear Inventory (dearsystems.com)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Dear! for Dear Inventory
Téléchargez les fichiers d'extension Super Dear! for Dear Inventory au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adding Super Powers to Dear Inventory (http://DearSystems.com) * Quick links to Customers and Suppliers in PO and SO forms * Required Additional Attributes (add a * to any attribute) * Additional Attribute names in the Product list (instead of "Attribute 1") * Expiry date warning in Production Assemblies if components expire earlier Please comment to ask for new super powers :) For more info check out http://ohdear.me
Informations de Base sur l'Extension
Nom | Super Dear! for Dear Inventory |
ID | ghgejnlcdnonhmioaapmolbkkbagfgmi |
URL Officiel | https://chromewebstore.google.com/detail/super-dear-for-dear-inven/ghgejnlcdnonhmioaapmolbkkbagfgmi |
Description | Adding super powers to Dear Inventory (dearsystems.com) |
Taille du Fichier | 52.4 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2022-03-20 |
Date de Publication | 2018-11-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | free.radical.apps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ohdear.me |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Super Dear! for Dear Inventory", "short_name": "Super Dear!", "description": "Adding super powers to Dear Inventory (dearsystems.com)", "author": "FreeRadical Apps", "version": "0.8", "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/inventory.dearsystems.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "https:\/\/inventory.dearsystems.com\/*" ] } ], "host_permissions": [ "https:\/\/inventory.dearsystems.com\/" ] } |