Super Dear! for Dear Inventory

Adding super powers to Dear Inventory (dearsystems.com)

Super Dear! for Dear Inventory क्या है?

Super Dear! for Dear Inventory free.radical.apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding super powers to Dear Inventory (dearsystems.com)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Dear! for Dear Inventory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Super Dear! for Dear Inventory Super Dear! for Dear Inventory
ID ghgejnlcdnonhmioaapmolbkkbagfgmi
आधिकारिक URL https://chromewebstore.google.com/detail/super-dear-for-dear-inven/ghgejnlcdnonhmioaapmolbkkbagfgmi
विवरण Adding super powers to Dear Inventory (dearsystems.com)
फ़ाइल का आकार 52.4 KB
स्थापना संख्या 38
वर्तमान संस्करण 0.8
अंतिम अपडेट 2022-03-20
प्रकाशन तिथि 2018-11-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर free.radical.apps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ohdear.me
समर्थित भाषाएँ 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\/"
    ]
}