Super Dear! for Dear Inventory

Adding super powers to Dear Inventory (dearsystems.com)

¿Qué es Super Dear! for Dear Inventory?

Super Dear! for Dear Inventory es una extensión de Chrome desarrollada por free.radical.apps, y su función principal es "Adding super powers to Dear Inventory (dearsystems.com)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Super Dear! for Dear Inventory

Descarga archivos de extensión Super Dear! for Dear Inventory en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Super Dear! for Dear Inventory Super Dear! for Dear Inventory
ID ghgejnlcdnonhmioaapmolbkkbagfgmi
URL Oficial https://chromewebstore.google.com/detail/super-dear-for-dear-inven/ghgejnlcdnonhmioaapmolbkkbagfgmi
Descripción Adding super powers to Dear Inventory (dearsystems.com)
Tamaño del Archivo 52.4 KB
Cantidad de Instalaciones 38
Versión Actual 0.8
Última Actualización 2022-03-20
Fecha de Publicación 2018-11-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador free.radical.apps
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://ohdear.me
Idiomas Soportados 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\/"
    ]
}