Super Dear! for Dear Inventory
Adding super powers to Dear Inventory (dearsystems.com)
Was ist Super Dear! for Dear Inventory?
Super Dear! for Dear Inventory ist eine Chrome-Erweiterung, die von free.radical.apps entwickelt wurde, und ihr Hauptmerkmal ist "Adding super powers to Dear Inventory (dearsystems.com)".
Erweiterungsscreenshots
Super Dear! for Dear Inventory-Erweiterungs-CRX-Datei herunterladen
Laden Sie Super Dear! for Dear Inventory-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
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ghgejnlcdnonhmioaapmolbkkbagfgmi | 
| Offizielle URL | https://chromewebstore.google.com/detail/super-dear-for-dear-inven/ghgejnlcdnonhmioaapmolbkkbagfgmi | 
| Beschreibung | Adding super powers to Dear Inventory (dearsystems.com) | 
| Dateigröße | 52.4 KB | 
| Installationsanzahl | 38 | 
| Aktuelle Version | 0.8 | 
| Letztes Update | 2022-03-20 | 
| Veröffentlichungsdatum | 2018-11-15 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | free.radical.apps | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | http://ohdear.me | 
| Unterstützte Sprachen | 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\/"
    ]
}  |  |